1 /* 2 * This file is part of gtkD. 3 * 4 * gtkD is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU Lesser General Public License 6 * as published by the Free Software Foundation; either version 3 7 * of the License, or (at your option) any later version, with 8 * some exceptions, please read the COPYING file. 9 * 10 * gtkD is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU Lesser General Public License for more details. 14 * 15 * You should have received a copy of the GNU Lesser General Public License 16 * along with gtkD; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA 18 */ 19 20 // generated automatically - do not change 21 // find conversion definition on APILookup.txt 22 // implement new conversion functionalities on the wrap.utils pakage 23 24 25 module adw.c.functions; 26 27 import std.stdio; 28 import adw.c.types; 29 import linker.Loader; 30 31 version (Windows) 32 static immutable LIBRARY_ADW = ["libadwaita-1-0.dll;adwaita-1-1.0.dll;adwaita-1.dll"]; 33 else version (OSX) 34 static immutable LIBRARY_ADW = ["libadwaita-1.0.dylib"]; 35 else 36 static immutable LIBRARY_ADW = ["libadwaita-1.so.0"]; 37 38 shared static this() 39 { 40 // adw.ActionRow 41 42 Linker.link(adw_action_row_get_type, "adw_action_row_get_type", LIBRARY_ADW); 43 Linker.link(adw_action_row_new, "adw_action_row_new", LIBRARY_ADW); 44 Linker.link(adw_action_row_activate, "adw_action_row_activate", LIBRARY_ADW); 45 Linker.link(adw_action_row_add_prefix, "adw_action_row_add_prefix", LIBRARY_ADW); 46 Linker.link(adw_action_row_add_suffix, "adw_action_row_add_suffix", LIBRARY_ADW); 47 Linker.link(adw_action_row_get_activatable_widget, "adw_action_row_get_activatable_widget", LIBRARY_ADW); 48 Linker.link(adw_action_row_get_icon_name, "adw_action_row_get_icon_name", LIBRARY_ADW); 49 Linker.link(adw_action_row_get_subtitle, "adw_action_row_get_subtitle", LIBRARY_ADW); 50 Linker.link(adw_action_row_get_subtitle_lines, "adw_action_row_get_subtitle_lines", LIBRARY_ADW); 51 Linker.link(adw_action_row_get_title_lines, "adw_action_row_get_title_lines", LIBRARY_ADW); 52 Linker.link(adw_action_row_remove, "adw_action_row_remove", LIBRARY_ADW); 53 Linker.link(adw_action_row_set_activatable_widget, "adw_action_row_set_activatable_widget", LIBRARY_ADW); 54 Linker.link(adw_action_row_set_icon_name, "adw_action_row_set_icon_name", LIBRARY_ADW); 55 Linker.link(adw_action_row_set_subtitle, "adw_action_row_set_subtitle", LIBRARY_ADW); 56 Linker.link(adw_action_row_set_subtitle_lines, "adw_action_row_set_subtitle_lines", LIBRARY_ADW); 57 Linker.link(adw_action_row_set_title_lines, "adw_action_row_set_title_lines", LIBRARY_ADW); 58 59 // adw.Animation 60 61 Linker.link(adw_animation_get_type, "adw_animation_get_type", LIBRARY_ADW); 62 Linker.link(adw_animation_get_state, "adw_animation_get_state", LIBRARY_ADW); 63 Linker.link(adw_animation_get_target, "adw_animation_get_target", LIBRARY_ADW); 64 Linker.link(adw_animation_get_value, "adw_animation_get_value", LIBRARY_ADW); 65 Linker.link(adw_animation_get_widget, "adw_animation_get_widget", LIBRARY_ADW); 66 Linker.link(adw_animation_pause, "adw_animation_pause", LIBRARY_ADW); 67 Linker.link(adw_animation_play, "adw_animation_play", LIBRARY_ADW); 68 Linker.link(adw_animation_reset, "adw_animation_reset", LIBRARY_ADW); 69 Linker.link(adw_animation_resume, "adw_animation_resume", LIBRARY_ADW); 70 Linker.link(adw_animation_skip, "adw_animation_skip", LIBRARY_ADW); 71 72 // adw.AnimationTarget 73 74 Linker.link(adw_animation_target_get_type, "adw_animation_target_get_type", LIBRARY_ADW); 75 76 // adw.Application 77 78 Linker.link(adw_application_get_type, "adw_application_get_type", LIBRARY_ADW); 79 Linker.link(adw_application_new, "adw_application_new", LIBRARY_ADW); 80 Linker.link(adw_application_get_style_manager, "adw_application_get_style_manager", LIBRARY_ADW); 81 82 // adw.ApplicationWindow 83 84 Linker.link(adw_application_window_get_type, "adw_application_window_get_type", LIBRARY_ADW); 85 Linker.link(adw_application_window_new, "adw_application_window_new", LIBRARY_ADW); 86 Linker.link(adw_application_window_get_content, "adw_application_window_get_content", LIBRARY_ADW); 87 Linker.link(adw_application_window_set_content, "adw_application_window_set_content", LIBRARY_ADW); 88 89 // adw.Avatar 90 91 Linker.link(adw_avatar_get_type, "adw_avatar_get_type", LIBRARY_ADW); 92 Linker.link(adw_avatar_new, "adw_avatar_new", LIBRARY_ADW); 93 Linker.link(adw_avatar_draw_to_texture, "adw_avatar_draw_to_texture", LIBRARY_ADW); 94 Linker.link(adw_avatar_get_custom_image, "adw_avatar_get_custom_image", LIBRARY_ADW); 95 Linker.link(adw_avatar_get_icon_name, "adw_avatar_get_icon_name", LIBRARY_ADW); 96 Linker.link(adw_avatar_get_show_initials, "adw_avatar_get_show_initials", LIBRARY_ADW); 97 Linker.link(adw_avatar_get_size, "adw_avatar_get_size", LIBRARY_ADW); 98 Linker.link(adw_avatar_get_text, "adw_avatar_get_text", LIBRARY_ADW); 99 Linker.link(adw_avatar_set_custom_image, "adw_avatar_set_custom_image", LIBRARY_ADW); 100 Linker.link(adw_avatar_set_icon_name, "adw_avatar_set_icon_name", LIBRARY_ADW); 101 Linker.link(adw_avatar_set_show_initials, "adw_avatar_set_show_initials", LIBRARY_ADW); 102 Linker.link(adw_avatar_set_size, "adw_avatar_set_size", LIBRARY_ADW); 103 Linker.link(adw_avatar_set_text, "adw_avatar_set_text", LIBRARY_ADW); 104 105 // adw.Bin 106 107 Linker.link(adw_bin_get_type, "adw_bin_get_type", LIBRARY_ADW); 108 Linker.link(adw_bin_new, "adw_bin_new", LIBRARY_ADW); 109 Linker.link(adw_bin_get_child, "adw_bin_get_child", LIBRARY_ADW); 110 Linker.link(adw_bin_set_child, "adw_bin_set_child", LIBRARY_ADW); 111 112 // adw.ButtonContent 113 114 Linker.link(adw_button_content_get_type, "adw_button_content_get_type", LIBRARY_ADW); 115 Linker.link(adw_button_content_new, "adw_button_content_new", LIBRARY_ADW); 116 Linker.link(adw_button_content_get_icon_name, "adw_button_content_get_icon_name", LIBRARY_ADW); 117 Linker.link(adw_button_content_get_label, "adw_button_content_get_label", LIBRARY_ADW); 118 Linker.link(adw_button_content_get_use_underline, "adw_button_content_get_use_underline", LIBRARY_ADW); 119 Linker.link(adw_button_content_set_icon_name, "adw_button_content_set_icon_name", LIBRARY_ADW); 120 Linker.link(adw_button_content_set_label, "adw_button_content_set_label", LIBRARY_ADW); 121 Linker.link(adw_button_content_set_use_underline, "adw_button_content_set_use_underline", LIBRARY_ADW); 122 123 // adw.CallbackAnimationTarget 124 125 Linker.link(adw_callback_animation_target_get_type, "adw_callback_animation_target_get_type", LIBRARY_ADW); 126 Linker.link(adw_callback_animation_target_new, "adw_callback_animation_target_new", LIBRARY_ADW); 127 128 // adw.Carousel 129 130 Linker.link(adw_carousel_get_type, "adw_carousel_get_type", LIBRARY_ADW); 131 Linker.link(adw_carousel_new, "adw_carousel_new", LIBRARY_ADW); 132 Linker.link(adw_carousel_append, "adw_carousel_append", LIBRARY_ADW); 133 Linker.link(adw_carousel_get_allow_long_swipes, "adw_carousel_get_allow_long_swipes", LIBRARY_ADW); 134 Linker.link(adw_carousel_get_allow_mouse_drag, "adw_carousel_get_allow_mouse_drag", LIBRARY_ADW); 135 Linker.link(adw_carousel_get_allow_scroll_wheel, "adw_carousel_get_allow_scroll_wheel", LIBRARY_ADW); 136 Linker.link(adw_carousel_get_interactive, "adw_carousel_get_interactive", LIBRARY_ADW); 137 Linker.link(adw_carousel_get_n_pages, "adw_carousel_get_n_pages", LIBRARY_ADW); 138 Linker.link(adw_carousel_get_nth_page, "adw_carousel_get_nth_page", LIBRARY_ADW); 139 Linker.link(adw_carousel_get_position, "adw_carousel_get_position", LIBRARY_ADW); 140 Linker.link(adw_carousel_get_reveal_duration, "adw_carousel_get_reveal_duration", LIBRARY_ADW); 141 Linker.link(adw_carousel_get_scroll_params, "adw_carousel_get_scroll_params", LIBRARY_ADW); 142 Linker.link(adw_carousel_get_spacing, "adw_carousel_get_spacing", LIBRARY_ADW); 143 Linker.link(adw_carousel_insert, "adw_carousel_insert", LIBRARY_ADW); 144 Linker.link(adw_carousel_prepend, "adw_carousel_prepend", LIBRARY_ADW); 145 Linker.link(adw_carousel_remove, "adw_carousel_remove", LIBRARY_ADW); 146 Linker.link(adw_carousel_reorder, "adw_carousel_reorder", LIBRARY_ADW); 147 Linker.link(adw_carousel_scroll_to, "adw_carousel_scroll_to", LIBRARY_ADW); 148 Linker.link(adw_carousel_set_allow_long_swipes, "adw_carousel_set_allow_long_swipes", LIBRARY_ADW); 149 Linker.link(adw_carousel_set_allow_mouse_drag, "adw_carousel_set_allow_mouse_drag", LIBRARY_ADW); 150 Linker.link(adw_carousel_set_allow_scroll_wheel, "adw_carousel_set_allow_scroll_wheel", LIBRARY_ADW); 151 Linker.link(adw_carousel_set_interactive, "adw_carousel_set_interactive", LIBRARY_ADW); 152 Linker.link(adw_carousel_set_reveal_duration, "adw_carousel_set_reveal_duration", LIBRARY_ADW); 153 Linker.link(adw_carousel_set_scroll_params, "adw_carousel_set_scroll_params", LIBRARY_ADW); 154 Linker.link(adw_carousel_set_spacing, "adw_carousel_set_spacing", LIBRARY_ADW); 155 156 // adw.CarouselIndicatorDots 157 158 Linker.link(adw_carousel_indicator_dots_get_type, "adw_carousel_indicator_dots_get_type", LIBRARY_ADW); 159 Linker.link(adw_carousel_indicator_dots_new, "adw_carousel_indicator_dots_new", LIBRARY_ADW); 160 Linker.link(adw_carousel_indicator_dots_get_carousel, "adw_carousel_indicator_dots_get_carousel", LIBRARY_ADW); 161 Linker.link(adw_carousel_indicator_dots_set_carousel, "adw_carousel_indicator_dots_set_carousel", LIBRARY_ADW); 162 163 // adw.CarouselIndicatorLines 164 165 Linker.link(adw_carousel_indicator_lines_get_type, "adw_carousel_indicator_lines_get_type", LIBRARY_ADW); 166 Linker.link(adw_carousel_indicator_lines_new, "adw_carousel_indicator_lines_new", LIBRARY_ADW); 167 Linker.link(adw_carousel_indicator_lines_get_carousel, "adw_carousel_indicator_lines_get_carousel", LIBRARY_ADW); 168 Linker.link(adw_carousel_indicator_lines_set_carousel, "adw_carousel_indicator_lines_set_carousel", LIBRARY_ADW); 169 170 // adw.Clamp 171 172 Linker.link(adw_clamp_get_type, "adw_clamp_get_type", LIBRARY_ADW); 173 Linker.link(adw_clamp_new, "adw_clamp_new", LIBRARY_ADW); 174 Linker.link(adw_clamp_get_child, "adw_clamp_get_child", LIBRARY_ADW); 175 Linker.link(adw_clamp_get_maximum_size, "adw_clamp_get_maximum_size", LIBRARY_ADW); 176 Linker.link(adw_clamp_get_tightening_threshold, "adw_clamp_get_tightening_threshold", LIBRARY_ADW); 177 Linker.link(adw_clamp_set_child, "adw_clamp_set_child", LIBRARY_ADW); 178 Linker.link(adw_clamp_set_maximum_size, "adw_clamp_set_maximum_size", LIBRARY_ADW); 179 Linker.link(adw_clamp_set_tightening_threshold, "adw_clamp_set_tightening_threshold", LIBRARY_ADW); 180 181 // adw.ClampLayout 182 183 Linker.link(adw_clamp_layout_get_type, "adw_clamp_layout_get_type", LIBRARY_ADW); 184 Linker.link(adw_clamp_layout_new, "adw_clamp_layout_new", LIBRARY_ADW); 185 Linker.link(adw_clamp_layout_get_maximum_size, "adw_clamp_layout_get_maximum_size", LIBRARY_ADW); 186 Linker.link(adw_clamp_layout_get_tightening_threshold, "adw_clamp_layout_get_tightening_threshold", LIBRARY_ADW); 187 Linker.link(adw_clamp_layout_set_maximum_size, "adw_clamp_layout_set_maximum_size", LIBRARY_ADW); 188 Linker.link(adw_clamp_layout_set_tightening_threshold, "adw_clamp_layout_set_tightening_threshold", LIBRARY_ADW); 189 190 // adw.ClampScrollable 191 192 Linker.link(adw_clamp_scrollable_get_type, "adw_clamp_scrollable_get_type", LIBRARY_ADW); 193 Linker.link(adw_clamp_scrollable_new, "adw_clamp_scrollable_new", LIBRARY_ADW); 194 Linker.link(adw_clamp_scrollable_get_child, "adw_clamp_scrollable_get_child", LIBRARY_ADW); 195 Linker.link(adw_clamp_scrollable_get_maximum_size, "adw_clamp_scrollable_get_maximum_size", LIBRARY_ADW); 196 Linker.link(adw_clamp_scrollable_get_tightening_threshold, "adw_clamp_scrollable_get_tightening_threshold", LIBRARY_ADW); 197 Linker.link(adw_clamp_scrollable_set_child, "adw_clamp_scrollable_set_child", LIBRARY_ADW); 198 Linker.link(adw_clamp_scrollable_set_maximum_size, "adw_clamp_scrollable_set_maximum_size", LIBRARY_ADW); 199 Linker.link(adw_clamp_scrollable_set_tightening_threshold, "adw_clamp_scrollable_set_tightening_threshold", LIBRARY_ADW); 200 201 // adw.ComboRow 202 203 Linker.link(adw_combo_row_get_type, "adw_combo_row_get_type", LIBRARY_ADW); 204 Linker.link(adw_combo_row_new, "adw_combo_row_new", LIBRARY_ADW); 205 Linker.link(adw_combo_row_get_expression, "adw_combo_row_get_expression", LIBRARY_ADW); 206 Linker.link(adw_combo_row_get_factory, "adw_combo_row_get_factory", LIBRARY_ADW); 207 Linker.link(adw_combo_row_get_list_factory, "adw_combo_row_get_list_factory", LIBRARY_ADW); 208 Linker.link(adw_combo_row_get_model, "adw_combo_row_get_model", LIBRARY_ADW); 209 Linker.link(adw_combo_row_get_selected, "adw_combo_row_get_selected", LIBRARY_ADW); 210 Linker.link(adw_combo_row_get_selected_item, "adw_combo_row_get_selected_item", LIBRARY_ADW); 211 Linker.link(adw_combo_row_get_use_subtitle, "adw_combo_row_get_use_subtitle", LIBRARY_ADW); 212 Linker.link(adw_combo_row_set_expression, "adw_combo_row_set_expression", LIBRARY_ADW); 213 Linker.link(adw_combo_row_set_factory, "adw_combo_row_set_factory", LIBRARY_ADW); 214 Linker.link(adw_combo_row_set_list_factory, "adw_combo_row_set_list_factory", LIBRARY_ADW); 215 Linker.link(adw_combo_row_set_model, "adw_combo_row_set_model", LIBRARY_ADW); 216 Linker.link(adw_combo_row_set_selected, "adw_combo_row_set_selected", LIBRARY_ADW); 217 Linker.link(adw_combo_row_set_use_subtitle, "adw_combo_row_set_use_subtitle", LIBRARY_ADW); 218 219 // adw.EnumListItem 220 221 Linker.link(adw_enum_list_item_get_type, "adw_enum_list_item_get_type", LIBRARY_ADW); 222 Linker.link(adw_enum_list_item_get_name, "adw_enum_list_item_get_name", LIBRARY_ADW); 223 Linker.link(adw_enum_list_item_get_nick, "adw_enum_list_item_get_nick", LIBRARY_ADW); 224 Linker.link(adw_enum_list_item_get_value, "adw_enum_list_item_get_value", LIBRARY_ADW); 225 226 // adw.EnumListModel 227 228 Linker.link(adw_enum_list_model_get_type, "adw_enum_list_model_get_type", LIBRARY_ADW); 229 Linker.link(adw_enum_list_model_new, "adw_enum_list_model_new", LIBRARY_ADW); 230 Linker.link(adw_enum_list_model_find_position, "adw_enum_list_model_find_position", LIBRARY_ADW); 231 Linker.link(adw_enum_list_model_get_enum_type, "adw_enum_list_model_get_enum_type", LIBRARY_ADW); 232 233 // adw.ExpanderRow 234 235 Linker.link(adw_expander_row_get_type, "adw_expander_row_get_type", LIBRARY_ADW); 236 Linker.link(adw_expander_row_new, "adw_expander_row_new", LIBRARY_ADW); 237 Linker.link(adw_expander_row_add_action, "adw_expander_row_add_action", LIBRARY_ADW); 238 Linker.link(adw_expander_row_add_prefix, "adw_expander_row_add_prefix", LIBRARY_ADW); 239 Linker.link(adw_expander_row_add_row, "adw_expander_row_add_row", LIBRARY_ADW); 240 Linker.link(adw_expander_row_get_enable_expansion, "adw_expander_row_get_enable_expansion", LIBRARY_ADW); 241 Linker.link(adw_expander_row_get_expanded, "adw_expander_row_get_expanded", LIBRARY_ADW); 242 Linker.link(adw_expander_row_get_icon_name, "adw_expander_row_get_icon_name", LIBRARY_ADW); 243 Linker.link(adw_expander_row_get_show_enable_switch, "adw_expander_row_get_show_enable_switch", LIBRARY_ADW); 244 Linker.link(adw_expander_row_get_subtitle, "adw_expander_row_get_subtitle", LIBRARY_ADW); 245 Linker.link(adw_expander_row_remove, "adw_expander_row_remove", LIBRARY_ADW); 246 Linker.link(adw_expander_row_set_enable_expansion, "adw_expander_row_set_enable_expansion", LIBRARY_ADW); 247 Linker.link(adw_expander_row_set_expanded, "adw_expander_row_set_expanded", LIBRARY_ADW); 248 Linker.link(adw_expander_row_set_icon_name, "adw_expander_row_set_icon_name", LIBRARY_ADW); 249 Linker.link(adw_expander_row_set_show_enable_switch, "adw_expander_row_set_show_enable_switch", LIBRARY_ADW); 250 Linker.link(adw_expander_row_set_subtitle, "adw_expander_row_set_subtitle", LIBRARY_ADW); 251 252 // adw.Flap 253 254 Linker.link(adw_flap_get_type, "adw_flap_get_type", LIBRARY_ADW); 255 Linker.link(adw_flap_new, "adw_flap_new", LIBRARY_ADW); 256 Linker.link(adw_flap_get_content, "adw_flap_get_content", LIBRARY_ADW); 257 Linker.link(adw_flap_get_flap, "adw_flap_get_flap", LIBRARY_ADW); 258 Linker.link(adw_flap_get_flap_position, "adw_flap_get_flap_position", LIBRARY_ADW); 259 Linker.link(adw_flap_get_fold_duration, "adw_flap_get_fold_duration", LIBRARY_ADW); 260 Linker.link(adw_flap_get_fold_policy, "adw_flap_get_fold_policy", LIBRARY_ADW); 261 Linker.link(adw_flap_get_fold_threshold_policy, "adw_flap_get_fold_threshold_policy", LIBRARY_ADW); 262 Linker.link(adw_flap_get_folded, "adw_flap_get_folded", LIBRARY_ADW); 263 Linker.link(adw_flap_get_locked, "adw_flap_get_locked", LIBRARY_ADW); 264 Linker.link(adw_flap_get_modal, "adw_flap_get_modal", LIBRARY_ADW); 265 Linker.link(adw_flap_get_reveal_flap, "adw_flap_get_reveal_flap", LIBRARY_ADW); 266 Linker.link(adw_flap_get_reveal_params, "adw_flap_get_reveal_params", LIBRARY_ADW); 267 Linker.link(adw_flap_get_reveal_progress, "adw_flap_get_reveal_progress", LIBRARY_ADW); 268 Linker.link(adw_flap_get_separator, "adw_flap_get_separator", LIBRARY_ADW); 269 Linker.link(adw_flap_get_swipe_to_close, "adw_flap_get_swipe_to_close", LIBRARY_ADW); 270 Linker.link(adw_flap_get_swipe_to_open, "adw_flap_get_swipe_to_open", LIBRARY_ADW); 271 Linker.link(adw_flap_get_transition_type, "adw_flap_get_transition_type", LIBRARY_ADW); 272 Linker.link(adw_flap_set_content, "adw_flap_set_content", LIBRARY_ADW); 273 Linker.link(adw_flap_set_flap, "adw_flap_set_flap", LIBRARY_ADW); 274 Linker.link(adw_flap_set_flap_position, "adw_flap_set_flap_position", LIBRARY_ADW); 275 Linker.link(adw_flap_set_fold_duration, "adw_flap_set_fold_duration", LIBRARY_ADW); 276 Linker.link(adw_flap_set_fold_policy, "adw_flap_set_fold_policy", LIBRARY_ADW); 277 Linker.link(adw_flap_set_fold_threshold_policy, "adw_flap_set_fold_threshold_policy", LIBRARY_ADW); 278 Linker.link(adw_flap_set_locked, "adw_flap_set_locked", LIBRARY_ADW); 279 Linker.link(adw_flap_set_modal, "adw_flap_set_modal", LIBRARY_ADW); 280 Linker.link(adw_flap_set_reveal_flap, "adw_flap_set_reveal_flap", LIBRARY_ADW); 281 Linker.link(adw_flap_set_reveal_params, "adw_flap_set_reveal_params", LIBRARY_ADW); 282 Linker.link(adw_flap_set_separator, "adw_flap_set_separator", LIBRARY_ADW); 283 Linker.link(adw_flap_set_swipe_to_close, "adw_flap_set_swipe_to_close", LIBRARY_ADW); 284 Linker.link(adw_flap_set_swipe_to_open, "adw_flap_set_swipe_to_open", LIBRARY_ADW); 285 Linker.link(adw_flap_set_transition_type, "adw_flap_set_transition_type", LIBRARY_ADW); 286 287 // adw.HeaderBar 288 289 Linker.link(adw_header_bar_get_type, "adw_header_bar_get_type", LIBRARY_ADW); 290 Linker.link(adw_header_bar_new, "adw_header_bar_new", LIBRARY_ADW); 291 Linker.link(adw_header_bar_get_centering_policy, "adw_header_bar_get_centering_policy", LIBRARY_ADW); 292 Linker.link(adw_header_bar_get_decoration_layout, "adw_header_bar_get_decoration_layout", LIBRARY_ADW); 293 Linker.link(adw_header_bar_get_show_end_title_buttons, "adw_header_bar_get_show_end_title_buttons", LIBRARY_ADW); 294 Linker.link(adw_header_bar_get_show_start_title_buttons, "adw_header_bar_get_show_start_title_buttons", LIBRARY_ADW); 295 Linker.link(adw_header_bar_get_title_widget, "adw_header_bar_get_title_widget", LIBRARY_ADW); 296 Linker.link(adw_header_bar_pack_end, "adw_header_bar_pack_end", LIBRARY_ADW); 297 Linker.link(adw_header_bar_pack_start, "adw_header_bar_pack_start", LIBRARY_ADW); 298 Linker.link(adw_header_bar_remove, "adw_header_bar_remove", LIBRARY_ADW); 299 Linker.link(adw_header_bar_set_centering_policy, "adw_header_bar_set_centering_policy", LIBRARY_ADW); 300 Linker.link(adw_header_bar_set_decoration_layout, "adw_header_bar_set_decoration_layout", LIBRARY_ADW); 301 Linker.link(adw_header_bar_set_show_end_title_buttons, "adw_header_bar_set_show_end_title_buttons", LIBRARY_ADW); 302 Linker.link(adw_header_bar_set_show_start_title_buttons, "adw_header_bar_set_show_start_title_buttons", LIBRARY_ADW); 303 Linker.link(adw_header_bar_set_title_widget, "adw_header_bar_set_title_widget", LIBRARY_ADW); 304 305 // adw.Leaflet 306 307 Linker.link(adw_leaflet_get_type, "adw_leaflet_get_type", LIBRARY_ADW); 308 Linker.link(adw_leaflet_new, "adw_leaflet_new", LIBRARY_ADW); 309 Linker.link(adw_leaflet_append, "adw_leaflet_append", LIBRARY_ADW); 310 Linker.link(adw_leaflet_get_adjacent_child, "adw_leaflet_get_adjacent_child", LIBRARY_ADW); 311 Linker.link(adw_leaflet_get_can_navigate_back, "adw_leaflet_get_can_navigate_back", LIBRARY_ADW); 312 Linker.link(adw_leaflet_get_can_navigate_forward, "adw_leaflet_get_can_navigate_forward", LIBRARY_ADW); 313 Linker.link(adw_leaflet_get_can_unfold, "adw_leaflet_get_can_unfold", LIBRARY_ADW); 314 Linker.link(adw_leaflet_get_child_by_name, "adw_leaflet_get_child_by_name", LIBRARY_ADW); 315 Linker.link(adw_leaflet_get_child_transition_params, "adw_leaflet_get_child_transition_params", LIBRARY_ADW); 316 Linker.link(adw_leaflet_get_child_transition_running, "adw_leaflet_get_child_transition_running", LIBRARY_ADW); 317 Linker.link(adw_leaflet_get_fold_threshold_policy, "adw_leaflet_get_fold_threshold_policy", LIBRARY_ADW); 318 Linker.link(adw_leaflet_get_folded, "adw_leaflet_get_folded", LIBRARY_ADW); 319 Linker.link(adw_leaflet_get_homogeneous, "adw_leaflet_get_homogeneous", LIBRARY_ADW); 320 Linker.link(adw_leaflet_get_mode_transition_duration, "adw_leaflet_get_mode_transition_duration", LIBRARY_ADW); 321 Linker.link(adw_leaflet_get_page, "adw_leaflet_get_page", LIBRARY_ADW); 322 Linker.link(adw_leaflet_get_pages, "adw_leaflet_get_pages", LIBRARY_ADW); 323 Linker.link(adw_leaflet_get_transition_type, "adw_leaflet_get_transition_type", LIBRARY_ADW); 324 Linker.link(adw_leaflet_get_visible_child, "adw_leaflet_get_visible_child", LIBRARY_ADW); 325 Linker.link(adw_leaflet_get_visible_child_name, "adw_leaflet_get_visible_child_name", LIBRARY_ADW); 326 Linker.link(adw_leaflet_insert_child_after, "adw_leaflet_insert_child_after", LIBRARY_ADW); 327 Linker.link(adw_leaflet_navigate, "adw_leaflet_navigate", LIBRARY_ADW); 328 Linker.link(adw_leaflet_prepend, "adw_leaflet_prepend", LIBRARY_ADW); 329 Linker.link(adw_leaflet_remove, "adw_leaflet_remove", LIBRARY_ADW); 330 Linker.link(adw_leaflet_reorder_child_after, "adw_leaflet_reorder_child_after", LIBRARY_ADW); 331 Linker.link(adw_leaflet_set_can_navigate_back, "adw_leaflet_set_can_navigate_back", LIBRARY_ADW); 332 Linker.link(adw_leaflet_set_can_navigate_forward, "adw_leaflet_set_can_navigate_forward", LIBRARY_ADW); 333 Linker.link(adw_leaflet_set_can_unfold, "adw_leaflet_set_can_unfold", LIBRARY_ADW); 334 Linker.link(adw_leaflet_set_child_transition_params, "adw_leaflet_set_child_transition_params", LIBRARY_ADW); 335 Linker.link(adw_leaflet_set_fold_threshold_policy, "adw_leaflet_set_fold_threshold_policy", LIBRARY_ADW); 336 Linker.link(adw_leaflet_set_homogeneous, "adw_leaflet_set_homogeneous", LIBRARY_ADW); 337 Linker.link(adw_leaflet_set_mode_transition_duration, "adw_leaflet_set_mode_transition_duration", LIBRARY_ADW); 338 Linker.link(adw_leaflet_set_transition_type, "adw_leaflet_set_transition_type", LIBRARY_ADW); 339 Linker.link(adw_leaflet_set_visible_child, "adw_leaflet_set_visible_child", LIBRARY_ADW); 340 Linker.link(adw_leaflet_set_visible_child_name, "adw_leaflet_set_visible_child_name", LIBRARY_ADW); 341 342 // adw.LeafletPage 343 344 Linker.link(adw_leaflet_page_get_type, "adw_leaflet_page_get_type", LIBRARY_ADW); 345 Linker.link(adw_leaflet_page_get_child, "adw_leaflet_page_get_child", LIBRARY_ADW); 346 Linker.link(adw_leaflet_page_get_name, "adw_leaflet_page_get_name", LIBRARY_ADW); 347 Linker.link(adw_leaflet_page_get_navigatable, "adw_leaflet_page_get_navigatable", LIBRARY_ADW); 348 Linker.link(adw_leaflet_page_set_name, "adw_leaflet_page_set_name", LIBRARY_ADW); 349 Linker.link(adw_leaflet_page_set_navigatable, "adw_leaflet_page_set_navigatable", LIBRARY_ADW); 350 351 // adw.PreferencesGroup 352 353 Linker.link(adw_preferences_group_get_type, "adw_preferences_group_get_type", LIBRARY_ADW); 354 Linker.link(adw_preferences_group_new, "adw_preferences_group_new", LIBRARY_ADW); 355 Linker.link(adw_preferences_group_add, "adw_preferences_group_add", LIBRARY_ADW); 356 Linker.link(adw_preferences_group_get_description, "adw_preferences_group_get_description", LIBRARY_ADW); 357 Linker.link(adw_preferences_group_get_header_suffix, "adw_preferences_group_get_header_suffix", LIBRARY_ADW); 358 Linker.link(adw_preferences_group_get_title, "adw_preferences_group_get_title", LIBRARY_ADW); 359 Linker.link(adw_preferences_group_remove, "adw_preferences_group_remove", LIBRARY_ADW); 360 Linker.link(adw_preferences_group_set_description, "adw_preferences_group_set_description", LIBRARY_ADW); 361 Linker.link(adw_preferences_group_set_header_suffix, "adw_preferences_group_set_header_suffix", LIBRARY_ADW); 362 Linker.link(adw_preferences_group_set_title, "adw_preferences_group_set_title", LIBRARY_ADW); 363 364 // adw.PreferencesPage 365 366 Linker.link(adw_preferences_page_get_type, "adw_preferences_page_get_type", LIBRARY_ADW); 367 Linker.link(adw_preferences_page_new, "adw_preferences_page_new", LIBRARY_ADW); 368 Linker.link(adw_preferences_page_add, "adw_preferences_page_add", LIBRARY_ADW); 369 Linker.link(adw_preferences_page_get_icon_name, "adw_preferences_page_get_icon_name", LIBRARY_ADW); 370 Linker.link(adw_preferences_page_get_name, "adw_preferences_page_get_name", LIBRARY_ADW); 371 Linker.link(adw_preferences_page_get_title, "adw_preferences_page_get_title", LIBRARY_ADW); 372 Linker.link(adw_preferences_page_get_use_underline, "adw_preferences_page_get_use_underline", LIBRARY_ADW); 373 Linker.link(adw_preferences_page_remove, "adw_preferences_page_remove", LIBRARY_ADW); 374 Linker.link(adw_preferences_page_set_icon_name, "adw_preferences_page_set_icon_name", LIBRARY_ADW); 375 Linker.link(adw_preferences_page_set_name, "adw_preferences_page_set_name", LIBRARY_ADW); 376 Linker.link(adw_preferences_page_set_title, "adw_preferences_page_set_title", LIBRARY_ADW); 377 Linker.link(adw_preferences_page_set_use_underline, "adw_preferences_page_set_use_underline", LIBRARY_ADW); 378 379 // adw.PreferencesRow 380 381 Linker.link(adw_preferences_row_get_type, "adw_preferences_row_get_type", LIBRARY_ADW); 382 Linker.link(adw_preferences_row_new, "adw_preferences_row_new", LIBRARY_ADW); 383 Linker.link(adw_preferences_row_get_title, "adw_preferences_row_get_title", LIBRARY_ADW); 384 Linker.link(adw_preferences_row_get_title_selectable, "adw_preferences_row_get_title_selectable", LIBRARY_ADW); 385 Linker.link(adw_preferences_row_get_use_underline, "adw_preferences_row_get_use_underline", LIBRARY_ADW); 386 Linker.link(adw_preferences_row_set_title, "adw_preferences_row_set_title", LIBRARY_ADW); 387 Linker.link(adw_preferences_row_set_title_selectable, "adw_preferences_row_set_title_selectable", LIBRARY_ADW); 388 Linker.link(adw_preferences_row_set_use_underline, "adw_preferences_row_set_use_underline", LIBRARY_ADW); 389 390 // adw.PreferencesWindow 391 392 Linker.link(adw_preferences_window_get_type, "adw_preferences_window_get_type", LIBRARY_ADW); 393 Linker.link(adw_preferences_window_new, "adw_preferences_window_new", LIBRARY_ADW); 394 Linker.link(adw_preferences_window_add, "adw_preferences_window_add", LIBRARY_ADW); 395 Linker.link(adw_preferences_window_add_toast, "adw_preferences_window_add_toast", LIBRARY_ADW); 396 Linker.link(adw_preferences_window_close_subpage, "adw_preferences_window_close_subpage", LIBRARY_ADW); 397 Linker.link(adw_preferences_window_get_can_navigate_back, "adw_preferences_window_get_can_navigate_back", LIBRARY_ADW); 398 Linker.link(adw_preferences_window_get_search_enabled, "adw_preferences_window_get_search_enabled", LIBRARY_ADW); 399 Linker.link(adw_preferences_window_get_visible_page, "adw_preferences_window_get_visible_page", LIBRARY_ADW); 400 Linker.link(adw_preferences_window_get_visible_page_name, "adw_preferences_window_get_visible_page_name", LIBRARY_ADW); 401 Linker.link(adw_preferences_window_present_subpage, "adw_preferences_window_present_subpage", LIBRARY_ADW); 402 Linker.link(adw_preferences_window_remove, "adw_preferences_window_remove", LIBRARY_ADW); 403 Linker.link(adw_preferences_window_set_can_navigate_back, "adw_preferences_window_set_can_navigate_back", LIBRARY_ADW); 404 Linker.link(adw_preferences_window_set_search_enabled, "adw_preferences_window_set_search_enabled", LIBRARY_ADW); 405 Linker.link(adw_preferences_window_set_visible_page, "adw_preferences_window_set_visible_page", LIBRARY_ADW); 406 Linker.link(adw_preferences_window_set_visible_page_name, "adw_preferences_window_set_visible_page_name", LIBRARY_ADW); 407 408 // adw.SplitButton 409 410 Linker.link(adw_split_button_get_type, "adw_split_button_get_type", LIBRARY_ADW); 411 Linker.link(adw_split_button_new, "adw_split_button_new", LIBRARY_ADW); 412 Linker.link(adw_split_button_get_child, "adw_split_button_get_child", LIBRARY_ADW); 413 Linker.link(adw_split_button_get_direction, "adw_split_button_get_direction", LIBRARY_ADW); 414 Linker.link(adw_split_button_get_icon_name, "adw_split_button_get_icon_name", LIBRARY_ADW); 415 Linker.link(adw_split_button_get_label, "adw_split_button_get_label", LIBRARY_ADW); 416 Linker.link(adw_split_button_get_menu_model, "adw_split_button_get_menu_model", LIBRARY_ADW); 417 Linker.link(adw_split_button_get_popover, "adw_split_button_get_popover", LIBRARY_ADW); 418 Linker.link(adw_split_button_get_use_underline, "adw_split_button_get_use_underline", LIBRARY_ADW); 419 Linker.link(adw_split_button_popdown, "adw_split_button_popdown", LIBRARY_ADW); 420 Linker.link(adw_split_button_popup, "adw_split_button_popup", LIBRARY_ADW); 421 Linker.link(adw_split_button_set_child, "adw_split_button_set_child", LIBRARY_ADW); 422 Linker.link(adw_split_button_set_direction, "adw_split_button_set_direction", LIBRARY_ADW); 423 Linker.link(adw_split_button_set_icon_name, "adw_split_button_set_icon_name", LIBRARY_ADW); 424 Linker.link(adw_split_button_set_label, "adw_split_button_set_label", LIBRARY_ADW); 425 Linker.link(adw_split_button_set_menu_model, "adw_split_button_set_menu_model", LIBRARY_ADW); 426 Linker.link(adw_split_button_set_popover, "adw_split_button_set_popover", LIBRARY_ADW); 427 Linker.link(adw_split_button_set_use_underline, "adw_split_button_set_use_underline", LIBRARY_ADW); 428 429 // adw.SpringAnimation 430 431 Linker.link(adw_spring_animation_get_type, "adw_spring_animation_get_type", LIBRARY_ADW); 432 Linker.link(adw_spring_animation_new, "adw_spring_animation_new", LIBRARY_ADW); 433 Linker.link(adw_spring_animation_get_clamp, "adw_spring_animation_get_clamp", LIBRARY_ADW); 434 Linker.link(adw_spring_animation_get_epsilon, "adw_spring_animation_get_epsilon", LIBRARY_ADW); 435 Linker.link(adw_spring_animation_get_estimated_duration, "adw_spring_animation_get_estimated_duration", LIBRARY_ADW); 436 Linker.link(adw_spring_animation_get_initial_velocity, "adw_spring_animation_get_initial_velocity", LIBRARY_ADW); 437 Linker.link(adw_spring_animation_get_spring_params, "adw_spring_animation_get_spring_params", LIBRARY_ADW); 438 Linker.link(adw_spring_animation_get_value_from, "adw_spring_animation_get_value_from", LIBRARY_ADW); 439 Linker.link(adw_spring_animation_get_value_to, "adw_spring_animation_get_value_to", LIBRARY_ADW); 440 Linker.link(adw_spring_animation_get_velocity, "adw_spring_animation_get_velocity", LIBRARY_ADW); 441 Linker.link(adw_spring_animation_set_clamp, "adw_spring_animation_set_clamp", LIBRARY_ADW); 442 Linker.link(adw_spring_animation_set_epsilon, "adw_spring_animation_set_epsilon", LIBRARY_ADW); 443 Linker.link(adw_spring_animation_set_initial_velocity, "adw_spring_animation_set_initial_velocity", LIBRARY_ADW); 444 Linker.link(adw_spring_animation_set_spring_params, "adw_spring_animation_set_spring_params", LIBRARY_ADW); 445 Linker.link(adw_spring_animation_set_value_from, "adw_spring_animation_set_value_from", LIBRARY_ADW); 446 Linker.link(adw_spring_animation_set_value_to, "adw_spring_animation_set_value_to", LIBRARY_ADW); 447 448 // adw.SpringParams 449 450 Linker.link(adw_spring_params_get_type, "adw_spring_params_get_type", LIBRARY_ADW); 451 Linker.link(adw_spring_params_new, "adw_spring_params_new", LIBRARY_ADW); 452 Linker.link(adw_spring_params_new_full, "adw_spring_params_new_full", LIBRARY_ADW); 453 Linker.link(adw_spring_params_get_damping, "adw_spring_params_get_damping", LIBRARY_ADW); 454 Linker.link(adw_spring_params_get_damping_ratio, "adw_spring_params_get_damping_ratio", LIBRARY_ADW); 455 Linker.link(adw_spring_params_get_mass, "adw_spring_params_get_mass", LIBRARY_ADW); 456 Linker.link(adw_spring_params_get_stiffness, "adw_spring_params_get_stiffness", LIBRARY_ADW); 457 Linker.link(adw_spring_params_ref, "adw_spring_params_ref", LIBRARY_ADW); 458 Linker.link(adw_spring_params_unref, "adw_spring_params_unref", LIBRARY_ADW); 459 460 // adw.Squeezer 461 462 Linker.link(adw_squeezer_get_type, "adw_squeezer_get_type", LIBRARY_ADW); 463 Linker.link(adw_squeezer_new, "adw_squeezer_new", LIBRARY_ADW); 464 Linker.link(adw_squeezer_add, "adw_squeezer_add", LIBRARY_ADW); 465 Linker.link(adw_squeezer_get_allow_none, "adw_squeezer_get_allow_none", LIBRARY_ADW); 466 Linker.link(adw_squeezer_get_homogeneous, "adw_squeezer_get_homogeneous", LIBRARY_ADW); 467 Linker.link(adw_squeezer_get_interpolate_size, "adw_squeezer_get_interpolate_size", LIBRARY_ADW); 468 Linker.link(adw_squeezer_get_page, "adw_squeezer_get_page", LIBRARY_ADW); 469 Linker.link(adw_squeezer_get_pages, "adw_squeezer_get_pages", LIBRARY_ADW); 470 Linker.link(adw_squeezer_get_switch_threshold_policy, "adw_squeezer_get_switch_threshold_policy", LIBRARY_ADW); 471 Linker.link(adw_squeezer_get_transition_duration, "adw_squeezer_get_transition_duration", LIBRARY_ADW); 472 Linker.link(adw_squeezer_get_transition_running, "adw_squeezer_get_transition_running", LIBRARY_ADW); 473 Linker.link(adw_squeezer_get_transition_type, "adw_squeezer_get_transition_type", LIBRARY_ADW); 474 Linker.link(adw_squeezer_get_visible_child, "adw_squeezer_get_visible_child", LIBRARY_ADW); 475 Linker.link(adw_squeezer_get_xalign, "adw_squeezer_get_xalign", LIBRARY_ADW); 476 Linker.link(adw_squeezer_get_yalign, "adw_squeezer_get_yalign", LIBRARY_ADW); 477 Linker.link(adw_squeezer_remove, "adw_squeezer_remove", LIBRARY_ADW); 478 Linker.link(adw_squeezer_set_allow_none, "adw_squeezer_set_allow_none", LIBRARY_ADW); 479 Linker.link(adw_squeezer_set_homogeneous, "adw_squeezer_set_homogeneous", LIBRARY_ADW); 480 Linker.link(adw_squeezer_set_interpolate_size, "adw_squeezer_set_interpolate_size", LIBRARY_ADW); 481 Linker.link(adw_squeezer_set_switch_threshold_policy, "adw_squeezer_set_switch_threshold_policy", LIBRARY_ADW); 482 Linker.link(adw_squeezer_set_transition_duration, "adw_squeezer_set_transition_duration", LIBRARY_ADW); 483 Linker.link(adw_squeezer_set_transition_type, "adw_squeezer_set_transition_type", LIBRARY_ADW); 484 Linker.link(adw_squeezer_set_xalign, "adw_squeezer_set_xalign", LIBRARY_ADW); 485 Linker.link(adw_squeezer_set_yalign, "adw_squeezer_set_yalign", LIBRARY_ADW); 486 487 // adw.SqueezerPage 488 489 Linker.link(adw_squeezer_page_get_type, "adw_squeezer_page_get_type", LIBRARY_ADW); 490 Linker.link(adw_squeezer_page_get_child, "adw_squeezer_page_get_child", LIBRARY_ADW); 491 Linker.link(adw_squeezer_page_get_enabled, "adw_squeezer_page_get_enabled", LIBRARY_ADW); 492 Linker.link(adw_squeezer_page_set_enabled, "adw_squeezer_page_set_enabled", LIBRARY_ADW); 493 494 // adw.StatusPage 495 496 Linker.link(adw_status_page_get_type, "adw_status_page_get_type", LIBRARY_ADW); 497 Linker.link(adw_status_page_new, "adw_status_page_new", LIBRARY_ADW); 498 Linker.link(adw_status_page_get_child, "adw_status_page_get_child", LIBRARY_ADW); 499 Linker.link(adw_status_page_get_description, "adw_status_page_get_description", LIBRARY_ADW); 500 Linker.link(adw_status_page_get_icon_name, "adw_status_page_get_icon_name", LIBRARY_ADW); 501 Linker.link(adw_status_page_get_paintable, "adw_status_page_get_paintable", LIBRARY_ADW); 502 Linker.link(adw_status_page_get_title, "adw_status_page_get_title", LIBRARY_ADW); 503 Linker.link(adw_status_page_set_child, "adw_status_page_set_child", LIBRARY_ADW); 504 Linker.link(adw_status_page_set_description, "adw_status_page_set_description", LIBRARY_ADW); 505 Linker.link(adw_status_page_set_icon_name, "adw_status_page_set_icon_name", LIBRARY_ADW); 506 Linker.link(adw_status_page_set_paintable, "adw_status_page_set_paintable", LIBRARY_ADW); 507 Linker.link(adw_status_page_set_title, "adw_status_page_set_title", LIBRARY_ADW); 508 509 // adw.StyleManager 510 511 Linker.link(adw_style_manager_get_type, "adw_style_manager_get_type", LIBRARY_ADW); 512 Linker.link(adw_style_manager_get_default, "adw_style_manager_get_default", LIBRARY_ADW); 513 Linker.link(adw_style_manager_get_for_display, "adw_style_manager_get_for_display", LIBRARY_ADW); 514 Linker.link(adw_style_manager_get_color_scheme, "adw_style_manager_get_color_scheme", LIBRARY_ADW); 515 Linker.link(adw_style_manager_get_dark, "adw_style_manager_get_dark", LIBRARY_ADW); 516 Linker.link(adw_style_manager_get_display, "adw_style_manager_get_display", LIBRARY_ADW); 517 Linker.link(adw_style_manager_get_high_contrast, "adw_style_manager_get_high_contrast", LIBRARY_ADW); 518 Linker.link(adw_style_manager_get_system_supports_color_schemes, "adw_style_manager_get_system_supports_color_schemes", LIBRARY_ADW); 519 Linker.link(adw_style_manager_set_color_scheme, "adw_style_manager_set_color_scheme", LIBRARY_ADW); 520 521 // adw.SwipeTracker 522 523 Linker.link(adw_swipe_tracker_get_type, "adw_swipe_tracker_get_type", LIBRARY_ADW); 524 Linker.link(adw_swipe_tracker_new, "adw_swipe_tracker_new", LIBRARY_ADW); 525 Linker.link(adw_swipe_tracker_get_allow_long_swipes, "adw_swipe_tracker_get_allow_long_swipes", LIBRARY_ADW); 526 Linker.link(adw_swipe_tracker_get_allow_mouse_drag, "adw_swipe_tracker_get_allow_mouse_drag", LIBRARY_ADW); 527 Linker.link(adw_swipe_tracker_get_enabled, "adw_swipe_tracker_get_enabled", LIBRARY_ADW); 528 Linker.link(adw_swipe_tracker_get_reversed, "adw_swipe_tracker_get_reversed", LIBRARY_ADW); 529 Linker.link(adw_swipe_tracker_get_swipeable, "adw_swipe_tracker_get_swipeable", LIBRARY_ADW); 530 Linker.link(adw_swipe_tracker_set_allow_long_swipes, "adw_swipe_tracker_set_allow_long_swipes", LIBRARY_ADW); 531 Linker.link(adw_swipe_tracker_set_allow_mouse_drag, "adw_swipe_tracker_set_allow_mouse_drag", LIBRARY_ADW); 532 Linker.link(adw_swipe_tracker_set_enabled, "adw_swipe_tracker_set_enabled", LIBRARY_ADW); 533 Linker.link(adw_swipe_tracker_set_reversed, "adw_swipe_tracker_set_reversed", LIBRARY_ADW); 534 Linker.link(adw_swipe_tracker_shift_position, "adw_swipe_tracker_shift_position", LIBRARY_ADW); 535 536 // adw.Swipeable 537 538 Linker.link(adw_swipeable_get_type, "adw_swipeable_get_type", LIBRARY_ADW); 539 Linker.link(adw_swipeable_get_cancel_progress, "adw_swipeable_get_cancel_progress", LIBRARY_ADW); 540 Linker.link(adw_swipeable_get_distance, "adw_swipeable_get_distance", LIBRARY_ADW); 541 Linker.link(adw_swipeable_get_progress, "adw_swipeable_get_progress", LIBRARY_ADW); 542 Linker.link(adw_swipeable_get_snap_points, "adw_swipeable_get_snap_points", LIBRARY_ADW); 543 Linker.link(adw_swipeable_get_swipe_area, "adw_swipeable_get_swipe_area", LIBRARY_ADW); 544 545 // adw.TabBar 546 547 Linker.link(adw_tab_bar_get_type, "adw_tab_bar_get_type", LIBRARY_ADW); 548 Linker.link(adw_tab_bar_new, "adw_tab_bar_new", LIBRARY_ADW); 549 Linker.link(adw_tab_bar_get_autohide, "adw_tab_bar_get_autohide", LIBRARY_ADW); 550 Linker.link(adw_tab_bar_get_end_action_widget, "adw_tab_bar_get_end_action_widget", LIBRARY_ADW); 551 Linker.link(adw_tab_bar_get_expand_tabs, "adw_tab_bar_get_expand_tabs", LIBRARY_ADW); 552 Linker.link(adw_tab_bar_get_inverted, "adw_tab_bar_get_inverted", LIBRARY_ADW); 553 Linker.link(adw_tab_bar_get_is_overflowing, "adw_tab_bar_get_is_overflowing", LIBRARY_ADW); 554 Linker.link(adw_tab_bar_get_start_action_widget, "adw_tab_bar_get_start_action_widget", LIBRARY_ADW); 555 Linker.link(adw_tab_bar_get_tabs_revealed, "adw_tab_bar_get_tabs_revealed", LIBRARY_ADW); 556 Linker.link(adw_tab_bar_get_view, "adw_tab_bar_get_view", LIBRARY_ADW); 557 Linker.link(adw_tab_bar_set_autohide, "adw_tab_bar_set_autohide", LIBRARY_ADW); 558 Linker.link(adw_tab_bar_set_end_action_widget, "adw_tab_bar_set_end_action_widget", LIBRARY_ADW); 559 Linker.link(adw_tab_bar_set_expand_tabs, "adw_tab_bar_set_expand_tabs", LIBRARY_ADW); 560 Linker.link(adw_tab_bar_set_inverted, "adw_tab_bar_set_inverted", LIBRARY_ADW); 561 Linker.link(adw_tab_bar_set_start_action_widget, "adw_tab_bar_set_start_action_widget", LIBRARY_ADW); 562 Linker.link(adw_tab_bar_set_view, "adw_tab_bar_set_view", LIBRARY_ADW); 563 Linker.link(adw_tab_bar_setup_extra_drop_target, "adw_tab_bar_setup_extra_drop_target", LIBRARY_ADW); 564 565 // adw.TabPage 566 567 Linker.link(adw_tab_page_get_type, "adw_tab_page_get_type", LIBRARY_ADW); 568 Linker.link(adw_tab_page_get_child, "adw_tab_page_get_child", LIBRARY_ADW); 569 Linker.link(adw_tab_page_get_icon, "adw_tab_page_get_icon", LIBRARY_ADW); 570 Linker.link(adw_tab_page_get_indicator_activatable, "adw_tab_page_get_indicator_activatable", LIBRARY_ADW); 571 Linker.link(adw_tab_page_get_indicator_icon, "adw_tab_page_get_indicator_icon", LIBRARY_ADW); 572 Linker.link(adw_tab_page_get_loading, "adw_tab_page_get_loading", LIBRARY_ADW); 573 Linker.link(adw_tab_page_get_needs_attention, "adw_tab_page_get_needs_attention", LIBRARY_ADW); 574 Linker.link(adw_tab_page_get_parent, "adw_tab_page_get_parent", LIBRARY_ADW); 575 Linker.link(adw_tab_page_get_pinned, "adw_tab_page_get_pinned", LIBRARY_ADW); 576 Linker.link(adw_tab_page_get_selected, "adw_tab_page_get_selected", LIBRARY_ADW); 577 Linker.link(adw_tab_page_get_title, "adw_tab_page_get_title", LIBRARY_ADW); 578 Linker.link(adw_tab_page_get_tooltip, "adw_tab_page_get_tooltip", LIBRARY_ADW); 579 Linker.link(adw_tab_page_set_icon, "adw_tab_page_set_icon", LIBRARY_ADW); 580 Linker.link(adw_tab_page_set_indicator_activatable, "adw_tab_page_set_indicator_activatable", LIBRARY_ADW); 581 Linker.link(adw_tab_page_set_indicator_icon, "adw_tab_page_set_indicator_icon", LIBRARY_ADW); 582 Linker.link(adw_tab_page_set_loading, "adw_tab_page_set_loading", LIBRARY_ADW); 583 Linker.link(adw_tab_page_set_needs_attention, "adw_tab_page_set_needs_attention", LIBRARY_ADW); 584 Linker.link(adw_tab_page_set_title, "adw_tab_page_set_title", LIBRARY_ADW); 585 Linker.link(adw_tab_page_set_tooltip, "adw_tab_page_set_tooltip", LIBRARY_ADW); 586 587 // adw.TabView 588 589 Linker.link(adw_tab_view_get_type, "adw_tab_view_get_type", LIBRARY_ADW); 590 Linker.link(adw_tab_view_new, "adw_tab_view_new", LIBRARY_ADW); 591 Linker.link(adw_tab_view_add_page, "adw_tab_view_add_page", LIBRARY_ADW); 592 Linker.link(adw_tab_view_append, "adw_tab_view_append", LIBRARY_ADW); 593 Linker.link(adw_tab_view_append_pinned, "adw_tab_view_append_pinned", LIBRARY_ADW); 594 Linker.link(adw_tab_view_close_other_pages, "adw_tab_view_close_other_pages", LIBRARY_ADW); 595 Linker.link(adw_tab_view_close_page, "adw_tab_view_close_page", LIBRARY_ADW); 596 Linker.link(adw_tab_view_close_page_finish, "adw_tab_view_close_page_finish", LIBRARY_ADW); 597 Linker.link(adw_tab_view_close_pages_after, "adw_tab_view_close_pages_after", LIBRARY_ADW); 598 Linker.link(adw_tab_view_close_pages_before, "adw_tab_view_close_pages_before", LIBRARY_ADW); 599 Linker.link(adw_tab_view_get_default_icon, "adw_tab_view_get_default_icon", LIBRARY_ADW); 600 Linker.link(adw_tab_view_get_is_transferring_page, "adw_tab_view_get_is_transferring_page", LIBRARY_ADW); 601 Linker.link(adw_tab_view_get_menu_model, "adw_tab_view_get_menu_model", LIBRARY_ADW); 602 Linker.link(adw_tab_view_get_n_pages, "adw_tab_view_get_n_pages", LIBRARY_ADW); 603 Linker.link(adw_tab_view_get_n_pinned_pages, "adw_tab_view_get_n_pinned_pages", LIBRARY_ADW); 604 Linker.link(adw_tab_view_get_nth_page, "adw_tab_view_get_nth_page", LIBRARY_ADW); 605 Linker.link(adw_tab_view_get_page, "adw_tab_view_get_page", LIBRARY_ADW); 606 Linker.link(adw_tab_view_get_page_position, "adw_tab_view_get_page_position", LIBRARY_ADW); 607 Linker.link(adw_tab_view_get_pages, "adw_tab_view_get_pages", LIBRARY_ADW); 608 Linker.link(adw_tab_view_get_selected_page, "adw_tab_view_get_selected_page", LIBRARY_ADW); 609 Linker.link(adw_tab_view_insert, "adw_tab_view_insert", LIBRARY_ADW); 610 Linker.link(adw_tab_view_insert_pinned, "adw_tab_view_insert_pinned", LIBRARY_ADW); 611 Linker.link(adw_tab_view_prepend, "adw_tab_view_prepend", LIBRARY_ADW); 612 Linker.link(adw_tab_view_prepend_pinned, "adw_tab_view_prepend_pinned", LIBRARY_ADW); 613 Linker.link(adw_tab_view_reorder_backward, "adw_tab_view_reorder_backward", LIBRARY_ADW); 614 Linker.link(adw_tab_view_reorder_first, "adw_tab_view_reorder_first", LIBRARY_ADW); 615 Linker.link(adw_tab_view_reorder_forward, "adw_tab_view_reorder_forward", LIBRARY_ADW); 616 Linker.link(adw_tab_view_reorder_last, "adw_tab_view_reorder_last", LIBRARY_ADW); 617 Linker.link(adw_tab_view_reorder_page, "adw_tab_view_reorder_page", LIBRARY_ADW); 618 Linker.link(adw_tab_view_select_next_page, "adw_tab_view_select_next_page", LIBRARY_ADW); 619 Linker.link(adw_tab_view_select_previous_page, "adw_tab_view_select_previous_page", LIBRARY_ADW); 620 Linker.link(adw_tab_view_set_default_icon, "adw_tab_view_set_default_icon", LIBRARY_ADW); 621 Linker.link(adw_tab_view_set_menu_model, "adw_tab_view_set_menu_model", LIBRARY_ADW); 622 Linker.link(adw_tab_view_set_page_pinned, "adw_tab_view_set_page_pinned", LIBRARY_ADW); 623 Linker.link(adw_tab_view_set_selected_page, "adw_tab_view_set_selected_page", LIBRARY_ADW); 624 Linker.link(adw_tab_view_transfer_page, "adw_tab_view_transfer_page", LIBRARY_ADW); 625 626 // adw.TimedAnimation 627 628 Linker.link(adw_timed_animation_get_type, "adw_timed_animation_get_type", LIBRARY_ADW); 629 Linker.link(adw_timed_animation_new, "adw_timed_animation_new", LIBRARY_ADW); 630 Linker.link(adw_timed_animation_get_alternate, "adw_timed_animation_get_alternate", LIBRARY_ADW); 631 Linker.link(adw_timed_animation_get_duration, "adw_timed_animation_get_duration", LIBRARY_ADW); 632 Linker.link(adw_timed_animation_get_easing, "adw_timed_animation_get_easing", LIBRARY_ADW); 633 Linker.link(adw_timed_animation_get_repeat_count, "adw_timed_animation_get_repeat_count", LIBRARY_ADW); 634 Linker.link(adw_timed_animation_get_reverse, "adw_timed_animation_get_reverse", LIBRARY_ADW); 635 Linker.link(adw_timed_animation_get_value_from, "adw_timed_animation_get_value_from", LIBRARY_ADW); 636 Linker.link(adw_timed_animation_get_value_to, "adw_timed_animation_get_value_to", LIBRARY_ADW); 637 Linker.link(adw_timed_animation_set_alternate, "adw_timed_animation_set_alternate", LIBRARY_ADW); 638 Linker.link(adw_timed_animation_set_duration, "adw_timed_animation_set_duration", LIBRARY_ADW); 639 Linker.link(adw_timed_animation_set_easing, "adw_timed_animation_set_easing", LIBRARY_ADW); 640 Linker.link(adw_timed_animation_set_repeat_count, "adw_timed_animation_set_repeat_count", LIBRARY_ADW); 641 Linker.link(adw_timed_animation_set_reverse, "adw_timed_animation_set_reverse", LIBRARY_ADW); 642 Linker.link(adw_timed_animation_set_value_from, "adw_timed_animation_set_value_from", LIBRARY_ADW); 643 Linker.link(adw_timed_animation_set_value_to, "adw_timed_animation_set_value_to", LIBRARY_ADW); 644 645 // adw.Toast 646 647 Linker.link(adw_toast_get_type, "adw_toast_get_type", LIBRARY_ADW); 648 Linker.link(adw_toast_new, "adw_toast_new", LIBRARY_ADW); 649 Linker.link(adw_toast_dismiss, "adw_toast_dismiss", LIBRARY_ADW); 650 Linker.link(adw_toast_get_action_name, "adw_toast_get_action_name", LIBRARY_ADW); 651 Linker.link(adw_toast_get_action_target_value, "adw_toast_get_action_target_value", LIBRARY_ADW); 652 Linker.link(adw_toast_get_button_label, "adw_toast_get_button_label", LIBRARY_ADW); 653 Linker.link(adw_toast_get_priority, "adw_toast_get_priority", LIBRARY_ADW); 654 Linker.link(adw_toast_get_timeout, "adw_toast_get_timeout", LIBRARY_ADW); 655 Linker.link(adw_toast_get_title, "adw_toast_get_title", LIBRARY_ADW); 656 Linker.link(adw_toast_set_action_name, "adw_toast_set_action_name", LIBRARY_ADW); 657 Linker.link(adw_toast_set_action_target, "adw_toast_set_action_target", LIBRARY_ADW); 658 Linker.link(adw_toast_set_action_target_value, "adw_toast_set_action_target_value", LIBRARY_ADW); 659 Linker.link(adw_toast_set_button_label, "adw_toast_set_button_label", LIBRARY_ADW); 660 Linker.link(adw_toast_set_detailed_action_name, "adw_toast_set_detailed_action_name", LIBRARY_ADW); 661 Linker.link(adw_toast_set_priority, "adw_toast_set_priority", LIBRARY_ADW); 662 Linker.link(adw_toast_set_timeout, "adw_toast_set_timeout", LIBRARY_ADW); 663 Linker.link(adw_toast_set_title, "adw_toast_set_title", LIBRARY_ADW); 664 665 // adw.ToastOverlay 666 667 Linker.link(adw_toast_overlay_get_type, "adw_toast_overlay_get_type", LIBRARY_ADW); 668 Linker.link(adw_toast_overlay_new, "adw_toast_overlay_new", LIBRARY_ADW); 669 Linker.link(adw_toast_overlay_add_toast, "adw_toast_overlay_add_toast", LIBRARY_ADW); 670 Linker.link(adw_toast_overlay_get_child, "adw_toast_overlay_get_child", LIBRARY_ADW); 671 Linker.link(adw_toast_overlay_set_child, "adw_toast_overlay_set_child", LIBRARY_ADW); 672 673 // adw.ViewStack 674 675 Linker.link(adw_view_stack_get_type, "adw_view_stack_get_type", LIBRARY_ADW); 676 Linker.link(adw_view_stack_new, "adw_view_stack_new", LIBRARY_ADW); 677 Linker.link(adw_view_stack_add, "adw_view_stack_add", LIBRARY_ADW); 678 Linker.link(adw_view_stack_add_named, "adw_view_stack_add_named", LIBRARY_ADW); 679 Linker.link(adw_view_stack_add_titled, "adw_view_stack_add_titled", LIBRARY_ADW); 680 Linker.link(adw_view_stack_get_child_by_name, "adw_view_stack_get_child_by_name", LIBRARY_ADW); 681 Linker.link(adw_view_stack_get_hhomogeneous, "adw_view_stack_get_hhomogeneous", LIBRARY_ADW); 682 Linker.link(adw_view_stack_get_page, "adw_view_stack_get_page", LIBRARY_ADW); 683 Linker.link(adw_view_stack_get_pages, "adw_view_stack_get_pages", LIBRARY_ADW); 684 Linker.link(adw_view_stack_get_vhomogeneous, "adw_view_stack_get_vhomogeneous", LIBRARY_ADW); 685 Linker.link(adw_view_stack_get_visible_child, "adw_view_stack_get_visible_child", LIBRARY_ADW); 686 Linker.link(adw_view_stack_get_visible_child_name, "adw_view_stack_get_visible_child_name", LIBRARY_ADW); 687 Linker.link(adw_view_stack_remove, "adw_view_stack_remove", LIBRARY_ADW); 688 Linker.link(adw_view_stack_set_hhomogeneous, "adw_view_stack_set_hhomogeneous", LIBRARY_ADW); 689 Linker.link(adw_view_stack_set_vhomogeneous, "adw_view_stack_set_vhomogeneous", LIBRARY_ADW); 690 Linker.link(adw_view_stack_set_visible_child, "adw_view_stack_set_visible_child", LIBRARY_ADW); 691 Linker.link(adw_view_stack_set_visible_child_name, "adw_view_stack_set_visible_child_name", LIBRARY_ADW); 692 693 // adw.ViewStackPage 694 695 Linker.link(adw_view_stack_page_get_type, "adw_view_stack_page_get_type", LIBRARY_ADW); 696 Linker.link(adw_view_stack_page_get_badge_number, "adw_view_stack_page_get_badge_number", LIBRARY_ADW); 697 Linker.link(adw_view_stack_page_get_child, "adw_view_stack_page_get_child", LIBRARY_ADW); 698 Linker.link(adw_view_stack_page_get_icon_name, "adw_view_stack_page_get_icon_name", LIBRARY_ADW); 699 Linker.link(adw_view_stack_page_get_name, "adw_view_stack_page_get_name", LIBRARY_ADW); 700 Linker.link(adw_view_stack_page_get_needs_attention, "adw_view_stack_page_get_needs_attention", LIBRARY_ADW); 701 Linker.link(adw_view_stack_page_get_title, "adw_view_stack_page_get_title", LIBRARY_ADW); 702 Linker.link(adw_view_stack_page_get_use_underline, "adw_view_stack_page_get_use_underline", LIBRARY_ADW); 703 Linker.link(adw_view_stack_page_get_visible, "adw_view_stack_page_get_visible", LIBRARY_ADW); 704 Linker.link(adw_view_stack_page_set_badge_number, "adw_view_stack_page_set_badge_number", LIBRARY_ADW); 705 Linker.link(adw_view_stack_page_set_icon_name, "adw_view_stack_page_set_icon_name", LIBRARY_ADW); 706 Linker.link(adw_view_stack_page_set_name, "adw_view_stack_page_set_name", LIBRARY_ADW); 707 Linker.link(adw_view_stack_page_set_needs_attention, "adw_view_stack_page_set_needs_attention", LIBRARY_ADW); 708 Linker.link(adw_view_stack_page_set_title, "adw_view_stack_page_set_title", LIBRARY_ADW); 709 Linker.link(adw_view_stack_page_set_use_underline, "adw_view_stack_page_set_use_underline", LIBRARY_ADW); 710 Linker.link(adw_view_stack_page_set_visible, "adw_view_stack_page_set_visible", LIBRARY_ADW); 711 712 // adw.ViewSwitcher 713 714 Linker.link(adw_view_switcher_get_type, "adw_view_switcher_get_type", LIBRARY_ADW); 715 Linker.link(adw_view_switcher_new, "adw_view_switcher_new", LIBRARY_ADW); 716 Linker.link(adw_view_switcher_get_policy, "adw_view_switcher_get_policy", LIBRARY_ADW); 717 Linker.link(adw_view_switcher_get_stack, "adw_view_switcher_get_stack", LIBRARY_ADW); 718 Linker.link(adw_view_switcher_set_policy, "adw_view_switcher_set_policy", LIBRARY_ADW); 719 Linker.link(adw_view_switcher_set_stack, "adw_view_switcher_set_stack", LIBRARY_ADW); 720 721 // adw.ViewSwitcherBar 722 723 Linker.link(adw_view_switcher_bar_get_type, "adw_view_switcher_bar_get_type", LIBRARY_ADW); 724 Linker.link(adw_view_switcher_bar_new, "adw_view_switcher_bar_new", LIBRARY_ADW); 725 Linker.link(adw_view_switcher_bar_get_reveal, "adw_view_switcher_bar_get_reveal", LIBRARY_ADW); 726 Linker.link(adw_view_switcher_bar_get_stack, "adw_view_switcher_bar_get_stack", LIBRARY_ADW); 727 Linker.link(adw_view_switcher_bar_set_reveal, "adw_view_switcher_bar_set_reveal", LIBRARY_ADW); 728 Linker.link(adw_view_switcher_bar_set_stack, "adw_view_switcher_bar_set_stack", LIBRARY_ADW); 729 730 // adw.ViewSwitcherTitle 731 732 Linker.link(adw_view_switcher_title_get_type, "adw_view_switcher_title_get_type", LIBRARY_ADW); 733 Linker.link(adw_view_switcher_title_new, "adw_view_switcher_title_new", LIBRARY_ADW); 734 Linker.link(adw_view_switcher_title_get_stack, "adw_view_switcher_title_get_stack", LIBRARY_ADW); 735 Linker.link(adw_view_switcher_title_get_subtitle, "adw_view_switcher_title_get_subtitle", LIBRARY_ADW); 736 Linker.link(adw_view_switcher_title_get_title, "adw_view_switcher_title_get_title", LIBRARY_ADW); 737 Linker.link(adw_view_switcher_title_get_title_visible, "adw_view_switcher_title_get_title_visible", LIBRARY_ADW); 738 Linker.link(adw_view_switcher_title_get_view_switcher_enabled, "adw_view_switcher_title_get_view_switcher_enabled", LIBRARY_ADW); 739 Linker.link(adw_view_switcher_title_set_stack, "adw_view_switcher_title_set_stack", LIBRARY_ADW); 740 Linker.link(adw_view_switcher_title_set_subtitle, "adw_view_switcher_title_set_subtitle", LIBRARY_ADW); 741 Linker.link(adw_view_switcher_title_set_title, "adw_view_switcher_title_set_title", LIBRARY_ADW); 742 Linker.link(adw_view_switcher_title_set_view_switcher_enabled, "adw_view_switcher_title_set_view_switcher_enabled", LIBRARY_ADW); 743 744 // adw.Window 745 746 Linker.link(adw_window_get_type, "adw_window_get_type", LIBRARY_ADW); 747 Linker.link(adw_window_new, "adw_window_new", LIBRARY_ADW); 748 Linker.link(adw_window_get_content, "adw_window_get_content", LIBRARY_ADW); 749 Linker.link(adw_window_set_content, "adw_window_set_content", LIBRARY_ADW); 750 751 // adw.WindowTitle 752 753 Linker.link(adw_window_title_get_type, "adw_window_title_get_type", LIBRARY_ADW); 754 Linker.link(adw_window_title_new, "adw_window_title_new", LIBRARY_ADW); 755 Linker.link(adw_window_title_get_subtitle, "adw_window_title_get_subtitle", LIBRARY_ADW); 756 Linker.link(adw_window_title_get_title, "adw_window_title_get_title", LIBRARY_ADW); 757 Linker.link(adw_window_title_set_subtitle, "adw_window_title_set_subtitle", LIBRARY_ADW); 758 Linker.link(adw_window_title_set_title, "adw_window_title_set_title", LIBRARY_ADW); 759 } 760 761 __gshared extern(C) 762 { 763 764 // adw.ActionRow 765 766 GType function() c_adw_action_row_get_type; 767 GtkWidget* function() c_adw_action_row_new; 768 void function(AdwActionRow* self) c_adw_action_row_activate; 769 void function(AdwActionRow* self, GtkWidget* widget) c_adw_action_row_add_prefix; 770 void function(AdwActionRow* self, GtkWidget* widget) c_adw_action_row_add_suffix; 771 GtkWidget* function(AdwActionRow* self) c_adw_action_row_get_activatable_widget; 772 const(char)* function(AdwActionRow* self) c_adw_action_row_get_icon_name; 773 const(char)* function(AdwActionRow* self) c_adw_action_row_get_subtitle; 774 int function(AdwActionRow* self) c_adw_action_row_get_subtitle_lines; 775 int function(AdwActionRow* self) c_adw_action_row_get_title_lines; 776 void function(AdwActionRow* self, GtkWidget* widget) c_adw_action_row_remove; 777 void function(AdwActionRow* self, GtkWidget* widget) c_adw_action_row_set_activatable_widget; 778 void function(AdwActionRow* self, const(char)* iconName) c_adw_action_row_set_icon_name; 779 void function(AdwActionRow* self, const(char)* subtitle) c_adw_action_row_set_subtitle; 780 void function(AdwActionRow* self, int subtitleLines) c_adw_action_row_set_subtitle_lines; 781 void function(AdwActionRow* self, int titleLines) c_adw_action_row_set_title_lines; 782 783 // adw.Animation 784 785 GType function() c_adw_animation_get_type; 786 AdwAnimationState function(AdwAnimation* self) c_adw_animation_get_state; 787 AdwAnimationTarget* function(AdwAnimation* self) c_adw_animation_get_target; 788 double function(AdwAnimation* self) c_adw_animation_get_value; 789 GtkWidget* function(AdwAnimation* self) c_adw_animation_get_widget; 790 void function(AdwAnimation* self) c_adw_animation_pause; 791 void function(AdwAnimation* self) c_adw_animation_play; 792 void function(AdwAnimation* self) c_adw_animation_reset; 793 void function(AdwAnimation* self) c_adw_animation_resume; 794 void function(AdwAnimation* self) c_adw_animation_skip; 795 796 // adw.AnimationTarget 797 798 GType function() c_adw_animation_target_get_type; 799 800 // adw.Application 801 802 GType function() c_adw_application_get_type; 803 AdwApplication* function(const(char)* applicationId, GApplicationFlags flags) c_adw_application_new; 804 AdwStyleManager* function(AdwApplication* self) c_adw_application_get_style_manager; 805 806 // adw.ApplicationWindow 807 808 GType function() c_adw_application_window_get_type; 809 GtkWidget* function(GtkApplication* app) c_adw_application_window_new; 810 GtkWidget* function(AdwApplicationWindow* self) c_adw_application_window_get_content; 811 void function(AdwApplicationWindow* self, GtkWidget* content) c_adw_application_window_set_content; 812 813 // adw.Avatar 814 815 GType function() c_adw_avatar_get_type; 816 GtkWidget* function(int size, const(char)* text, int showInitials) c_adw_avatar_new; 817 GdkTexture* function(AdwAvatar* self, int scaleFactor) c_adw_avatar_draw_to_texture; 818 GdkPaintable* function(AdwAvatar* self) c_adw_avatar_get_custom_image; 819 const(char)* function(AdwAvatar* self) c_adw_avatar_get_icon_name; 820 int function(AdwAvatar* self) c_adw_avatar_get_show_initials; 821 int function(AdwAvatar* self) c_adw_avatar_get_size; 822 const(char)* function(AdwAvatar* self) c_adw_avatar_get_text; 823 void function(AdwAvatar* self, GdkPaintable* customImage) c_adw_avatar_set_custom_image; 824 void function(AdwAvatar* self, const(char)* iconName) c_adw_avatar_set_icon_name; 825 void function(AdwAvatar* self, int showInitials) c_adw_avatar_set_show_initials; 826 void function(AdwAvatar* self, int size) c_adw_avatar_set_size; 827 void function(AdwAvatar* self, const(char)* text) c_adw_avatar_set_text; 828 829 // adw.Bin 830 831 GType function() c_adw_bin_get_type; 832 GtkWidget* function() c_adw_bin_new; 833 GtkWidget* function(AdwBin* self) c_adw_bin_get_child; 834 void function(AdwBin* self, GtkWidget* child) c_adw_bin_set_child; 835 836 // adw.ButtonContent 837 838 GType function() c_adw_button_content_get_type; 839 GtkWidget* function() c_adw_button_content_new; 840 const(char)* function(AdwButtonContent* self) c_adw_button_content_get_icon_name; 841 const(char)* function(AdwButtonContent* self) c_adw_button_content_get_label; 842 int function(AdwButtonContent* self) c_adw_button_content_get_use_underline; 843 void function(AdwButtonContent* self, const(char)* iconName) c_adw_button_content_set_icon_name; 844 void function(AdwButtonContent* self, const(char)* label) c_adw_button_content_set_label; 845 void function(AdwButtonContent* self, int useUnderline) c_adw_button_content_set_use_underline; 846 847 // adw.CallbackAnimationTarget 848 849 GType function() c_adw_callback_animation_target_get_type; 850 AdwAnimationTarget* function(AdwAnimationTargetFunc callback, void* userData, GDestroyNotify destroy) c_adw_callback_animation_target_new; 851 852 // adw.Carousel 853 854 GType function() c_adw_carousel_get_type; 855 GtkWidget* function() c_adw_carousel_new; 856 void function(AdwCarousel* self, GtkWidget* child) c_adw_carousel_append; 857 int function(AdwCarousel* self) c_adw_carousel_get_allow_long_swipes; 858 int function(AdwCarousel* self) c_adw_carousel_get_allow_mouse_drag; 859 int function(AdwCarousel* self) c_adw_carousel_get_allow_scroll_wheel; 860 int function(AdwCarousel* self) c_adw_carousel_get_interactive; 861 uint function(AdwCarousel* self) c_adw_carousel_get_n_pages; 862 GtkWidget* function(AdwCarousel* self, uint n) c_adw_carousel_get_nth_page; 863 double function(AdwCarousel* self) c_adw_carousel_get_position; 864 uint function(AdwCarousel* self) c_adw_carousel_get_reveal_duration; 865 AdwSpringParams* function(AdwCarousel* self) c_adw_carousel_get_scroll_params; 866 uint function(AdwCarousel* self) c_adw_carousel_get_spacing; 867 void function(AdwCarousel* self, GtkWidget* child, int position) c_adw_carousel_insert; 868 void function(AdwCarousel* self, GtkWidget* child) c_adw_carousel_prepend; 869 void function(AdwCarousel* self, GtkWidget* child) c_adw_carousel_remove; 870 void function(AdwCarousel* self, GtkWidget* child, int position) c_adw_carousel_reorder; 871 void function(AdwCarousel* self, GtkWidget* widget, int animate) c_adw_carousel_scroll_to; 872 void function(AdwCarousel* self, int allowLongSwipes) c_adw_carousel_set_allow_long_swipes; 873 void function(AdwCarousel* self, int allowMouseDrag) c_adw_carousel_set_allow_mouse_drag; 874 void function(AdwCarousel* self, int allowScrollWheel) c_adw_carousel_set_allow_scroll_wheel; 875 void function(AdwCarousel* self, int interactive) c_adw_carousel_set_interactive; 876 void function(AdwCarousel* self, uint revealDuration) c_adw_carousel_set_reveal_duration; 877 void function(AdwCarousel* self, AdwSpringParams* params) c_adw_carousel_set_scroll_params; 878 void function(AdwCarousel* self, uint spacing) c_adw_carousel_set_spacing; 879 880 // adw.CarouselIndicatorDots 881 882 GType function() c_adw_carousel_indicator_dots_get_type; 883 GtkWidget* function() c_adw_carousel_indicator_dots_new; 884 AdwCarousel* function(AdwCarouselIndicatorDots* self) c_adw_carousel_indicator_dots_get_carousel; 885 void function(AdwCarouselIndicatorDots* self, AdwCarousel* carousel) c_adw_carousel_indicator_dots_set_carousel; 886 887 // adw.CarouselIndicatorLines 888 889 GType function() c_adw_carousel_indicator_lines_get_type; 890 GtkWidget* function() c_adw_carousel_indicator_lines_new; 891 AdwCarousel* function(AdwCarouselIndicatorLines* self) c_adw_carousel_indicator_lines_get_carousel; 892 void function(AdwCarouselIndicatorLines* self, AdwCarousel* carousel) c_adw_carousel_indicator_lines_set_carousel; 893 894 // adw.Clamp 895 896 GType function() c_adw_clamp_get_type; 897 GtkWidget* function() c_adw_clamp_new; 898 GtkWidget* function(AdwClamp* self) c_adw_clamp_get_child; 899 int function(AdwClamp* self) c_adw_clamp_get_maximum_size; 900 int function(AdwClamp* self) c_adw_clamp_get_tightening_threshold; 901 void function(AdwClamp* self, GtkWidget* child) c_adw_clamp_set_child; 902 void function(AdwClamp* self, int maximumSize) c_adw_clamp_set_maximum_size; 903 void function(AdwClamp* self, int tighteningThreshold) c_adw_clamp_set_tightening_threshold; 904 905 // adw.ClampLayout 906 907 GType function() c_adw_clamp_layout_get_type; 908 GtkLayoutManager* function() c_adw_clamp_layout_new; 909 int function(AdwClampLayout* self) c_adw_clamp_layout_get_maximum_size; 910 int function(AdwClampLayout* self) c_adw_clamp_layout_get_tightening_threshold; 911 void function(AdwClampLayout* self, int maximumSize) c_adw_clamp_layout_set_maximum_size; 912 void function(AdwClampLayout* self, int tighteningThreshold) c_adw_clamp_layout_set_tightening_threshold; 913 914 // adw.ClampScrollable 915 916 GType function() c_adw_clamp_scrollable_get_type; 917 GtkWidget* function() c_adw_clamp_scrollable_new; 918 GtkWidget* function(AdwClampScrollable* self) c_adw_clamp_scrollable_get_child; 919 int function(AdwClampScrollable* self) c_adw_clamp_scrollable_get_maximum_size; 920 int function(AdwClampScrollable* self) c_adw_clamp_scrollable_get_tightening_threshold; 921 void function(AdwClampScrollable* self, GtkWidget* child) c_adw_clamp_scrollable_set_child; 922 void function(AdwClampScrollable* self, int maximumSize) c_adw_clamp_scrollable_set_maximum_size; 923 void function(AdwClampScrollable* self, int tighteningThreshold) c_adw_clamp_scrollable_set_tightening_threshold; 924 925 // adw.ComboRow 926 927 GType function() c_adw_combo_row_get_type; 928 GtkWidget* function() c_adw_combo_row_new; 929 GtkExpression* function(AdwComboRow* self) c_adw_combo_row_get_expression; 930 GtkListItemFactory* function(AdwComboRow* self) c_adw_combo_row_get_factory; 931 GtkListItemFactory* function(AdwComboRow* self) c_adw_combo_row_get_list_factory; 932 GListModel* function(AdwComboRow* self) c_adw_combo_row_get_model; 933 uint function(AdwComboRow* self) c_adw_combo_row_get_selected; 934 void* function(AdwComboRow* self) c_adw_combo_row_get_selected_item; 935 int function(AdwComboRow* self) c_adw_combo_row_get_use_subtitle; 936 void function(AdwComboRow* self, GtkExpression* expression) c_adw_combo_row_set_expression; 937 void function(AdwComboRow* self, GtkListItemFactory* factory) c_adw_combo_row_set_factory; 938 void function(AdwComboRow* self, GtkListItemFactory* factory) c_adw_combo_row_set_list_factory; 939 void function(AdwComboRow* self, GListModel* model) c_adw_combo_row_set_model; 940 void function(AdwComboRow* self, uint position) c_adw_combo_row_set_selected; 941 void function(AdwComboRow* self, int useSubtitle) c_adw_combo_row_set_use_subtitle; 942 943 // adw.EnumListItem 944 945 GType function() c_adw_enum_list_item_get_type; 946 const(char)* function(AdwEnumListItem* self) c_adw_enum_list_item_get_name; 947 const(char)* function(AdwEnumListItem* self) c_adw_enum_list_item_get_nick; 948 int function(AdwEnumListItem* self) c_adw_enum_list_item_get_value; 949 950 // adw.EnumListModel 951 952 GType function() c_adw_enum_list_model_get_type; 953 AdwEnumListModel* function(GType enumType) c_adw_enum_list_model_new; 954 uint function(AdwEnumListModel* self, int value) c_adw_enum_list_model_find_position; 955 GType function(AdwEnumListModel* self) c_adw_enum_list_model_get_enum_type; 956 957 // adw.ExpanderRow 958 959 GType function() c_adw_expander_row_get_type; 960 GtkWidget* function() c_adw_expander_row_new; 961 void function(AdwExpanderRow* self, GtkWidget* widget) c_adw_expander_row_add_action; 962 void function(AdwExpanderRow* self, GtkWidget* widget) c_adw_expander_row_add_prefix; 963 void function(AdwExpanderRow* self, GtkWidget* child) c_adw_expander_row_add_row; 964 int function(AdwExpanderRow* self) c_adw_expander_row_get_enable_expansion; 965 int function(AdwExpanderRow* self) c_adw_expander_row_get_expanded; 966 const(char)* function(AdwExpanderRow* self) c_adw_expander_row_get_icon_name; 967 int function(AdwExpanderRow* self) c_adw_expander_row_get_show_enable_switch; 968 const(char)* function(AdwExpanderRow* self) c_adw_expander_row_get_subtitle; 969 void function(AdwExpanderRow* self, GtkWidget* child) c_adw_expander_row_remove; 970 void function(AdwExpanderRow* self, int enableExpansion) c_adw_expander_row_set_enable_expansion; 971 void function(AdwExpanderRow* self, int expanded) c_adw_expander_row_set_expanded; 972 void function(AdwExpanderRow* self, const(char)* iconName) c_adw_expander_row_set_icon_name; 973 void function(AdwExpanderRow* self, int showEnableSwitch) c_adw_expander_row_set_show_enable_switch; 974 void function(AdwExpanderRow* self, const(char)* subtitle) c_adw_expander_row_set_subtitle; 975 976 // adw.Flap 977 978 GType function() c_adw_flap_get_type; 979 GtkWidget* function() c_adw_flap_new; 980 GtkWidget* function(AdwFlap* self) c_adw_flap_get_content; 981 GtkWidget* function(AdwFlap* self) c_adw_flap_get_flap; 982 GtkPackType function(AdwFlap* self) c_adw_flap_get_flap_position; 983 uint function(AdwFlap* self) c_adw_flap_get_fold_duration; 984 AdwFlapFoldPolicy function(AdwFlap* self) c_adw_flap_get_fold_policy; 985 AdwFoldThresholdPolicy function(AdwFlap* self) c_adw_flap_get_fold_threshold_policy; 986 int function(AdwFlap* self) c_adw_flap_get_folded; 987 int function(AdwFlap* self) c_adw_flap_get_locked; 988 int function(AdwFlap* self) c_adw_flap_get_modal; 989 int function(AdwFlap* self) c_adw_flap_get_reveal_flap; 990 AdwSpringParams* function(AdwFlap* self) c_adw_flap_get_reveal_params; 991 double function(AdwFlap* self) c_adw_flap_get_reveal_progress; 992 GtkWidget* function(AdwFlap* self) c_adw_flap_get_separator; 993 int function(AdwFlap* self) c_adw_flap_get_swipe_to_close; 994 int function(AdwFlap* self) c_adw_flap_get_swipe_to_open; 995 AdwFlapTransitionType function(AdwFlap* self) c_adw_flap_get_transition_type; 996 void function(AdwFlap* self, GtkWidget* content) c_adw_flap_set_content; 997 void function(AdwFlap* self, GtkWidget* flap) c_adw_flap_set_flap; 998 void function(AdwFlap* self, GtkPackType position) c_adw_flap_set_flap_position; 999 void function(AdwFlap* self, uint duration) c_adw_flap_set_fold_duration; 1000 void function(AdwFlap* self, AdwFlapFoldPolicy policy) c_adw_flap_set_fold_policy; 1001 void function(AdwFlap* self, AdwFoldThresholdPolicy policy) c_adw_flap_set_fold_threshold_policy; 1002 void function(AdwFlap* self, int locked) c_adw_flap_set_locked; 1003 void function(AdwFlap* self, int modal) c_adw_flap_set_modal; 1004 void function(AdwFlap* self, int revealFlap) c_adw_flap_set_reveal_flap; 1005 void function(AdwFlap* self, AdwSpringParams* params) c_adw_flap_set_reveal_params; 1006 void function(AdwFlap* self, GtkWidget* separator) c_adw_flap_set_separator; 1007 void function(AdwFlap* self, int swipeToClose) c_adw_flap_set_swipe_to_close; 1008 void function(AdwFlap* self, int swipeToOpen) c_adw_flap_set_swipe_to_open; 1009 void function(AdwFlap* self, AdwFlapTransitionType transitionType) c_adw_flap_set_transition_type; 1010 1011 // adw.HeaderBar 1012 1013 GType function() c_adw_header_bar_get_type; 1014 GtkWidget* function() c_adw_header_bar_new; 1015 AdwCenteringPolicy function(AdwHeaderBar* self) c_adw_header_bar_get_centering_policy; 1016 const(char)* function(AdwHeaderBar* self) c_adw_header_bar_get_decoration_layout; 1017 int function(AdwHeaderBar* self) c_adw_header_bar_get_show_end_title_buttons; 1018 int function(AdwHeaderBar* self) c_adw_header_bar_get_show_start_title_buttons; 1019 GtkWidget* function(AdwHeaderBar* self) c_adw_header_bar_get_title_widget; 1020 void function(AdwHeaderBar* self, GtkWidget* child) c_adw_header_bar_pack_end; 1021 void function(AdwHeaderBar* self, GtkWidget* child) c_adw_header_bar_pack_start; 1022 void function(AdwHeaderBar* self, GtkWidget* child) c_adw_header_bar_remove; 1023 void function(AdwHeaderBar* self, AdwCenteringPolicy centeringPolicy) c_adw_header_bar_set_centering_policy; 1024 void function(AdwHeaderBar* self, const(char)* layout) c_adw_header_bar_set_decoration_layout; 1025 void function(AdwHeaderBar* self, int setting) c_adw_header_bar_set_show_end_title_buttons; 1026 void function(AdwHeaderBar* self, int setting) c_adw_header_bar_set_show_start_title_buttons; 1027 void function(AdwHeaderBar* self, GtkWidget* titleWidget) c_adw_header_bar_set_title_widget; 1028 1029 // adw.Leaflet 1030 1031 GType function() c_adw_leaflet_get_type; 1032 GtkWidget* function() c_adw_leaflet_new; 1033 AdwLeafletPage* function(AdwLeaflet* self, GtkWidget* child) c_adw_leaflet_append; 1034 GtkWidget* function(AdwLeaflet* self, AdwNavigationDirection direction) c_adw_leaflet_get_adjacent_child; 1035 int function(AdwLeaflet* self) c_adw_leaflet_get_can_navigate_back; 1036 int function(AdwLeaflet* self) c_adw_leaflet_get_can_navigate_forward; 1037 int function(AdwLeaflet* self) c_adw_leaflet_get_can_unfold; 1038 GtkWidget* function(AdwLeaflet* self, const(char)* name) c_adw_leaflet_get_child_by_name; 1039 AdwSpringParams* function(AdwLeaflet* self) c_adw_leaflet_get_child_transition_params; 1040 int function(AdwLeaflet* self) c_adw_leaflet_get_child_transition_running; 1041 AdwFoldThresholdPolicy function(AdwLeaflet* self) c_adw_leaflet_get_fold_threshold_policy; 1042 int function(AdwLeaflet* self) c_adw_leaflet_get_folded; 1043 int function(AdwLeaflet* self) c_adw_leaflet_get_homogeneous; 1044 uint function(AdwLeaflet* self) c_adw_leaflet_get_mode_transition_duration; 1045 AdwLeafletPage* function(AdwLeaflet* self, GtkWidget* child) c_adw_leaflet_get_page; 1046 GtkSelectionModel* function(AdwLeaflet* self) c_adw_leaflet_get_pages; 1047 AdwLeafletTransitionType function(AdwLeaflet* self) c_adw_leaflet_get_transition_type; 1048 GtkWidget* function(AdwLeaflet* self) c_adw_leaflet_get_visible_child; 1049 const(char)* function(AdwLeaflet* self) c_adw_leaflet_get_visible_child_name; 1050 AdwLeafletPage* function(AdwLeaflet* self, GtkWidget* child, GtkWidget* sibling) c_adw_leaflet_insert_child_after; 1051 int function(AdwLeaflet* self, AdwNavigationDirection direction) c_adw_leaflet_navigate; 1052 AdwLeafletPage* function(AdwLeaflet* self, GtkWidget* child) c_adw_leaflet_prepend; 1053 void function(AdwLeaflet* self, GtkWidget* child) c_adw_leaflet_remove; 1054 void function(AdwLeaflet* self, GtkWidget* child, GtkWidget* sibling) c_adw_leaflet_reorder_child_after; 1055 void function(AdwLeaflet* self, int canNavigateBack) c_adw_leaflet_set_can_navigate_back; 1056 void function(AdwLeaflet* self, int canNavigateForward) c_adw_leaflet_set_can_navigate_forward; 1057 void function(AdwLeaflet* self, int canUnfold) c_adw_leaflet_set_can_unfold; 1058 void function(AdwLeaflet* self, AdwSpringParams* params) c_adw_leaflet_set_child_transition_params; 1059 void function(AdwLeaflet* self, AdwFoldThresholdPolicy policy) c_adw_leaflet_set_fold_threshold_policy; 1060 void function(AdwLeaflet* self, int homogeneous) c_adw_leaflet_set_homogeneous; 1061 void function(AdwLeaflet* self, uint duration) c_adw_leaflet_set_mode_transition_duration; 1062 void function(AdwLeaflet* self, AdwLeafletTransitionType transition) c_adw_leaflet_set_transition_type; 1063 void function(AdwLeaflet* self, GtkWidget* visibleChild) c_adw_leaflet_set_visible_child; 1064 void function(AdwLeaflet* self, const(char)* name) c_adw_leaflet_set_visible_child_name; 1065 1066 // adw.LeafletPage 1067 1068 GType function() c_adw_leaflet_page_get_type; 1069 GtkWidget* function(AdwLeafletPage* self) c_adw_leaflet_page_get_child; 1070 const(char)* function(AdwLeafletPage* self) c_adw_leaflet_page_get_name; 1071 int function(AdwLeafletPage* self) c_adw_leaflet_page_get_navigatable; 1072 void function(AdwLeafletPage* self, const(char)* name) c_adw_leaflet_page_set_name; 1073 void function(AdwLeafletPage* self, int navigatable) c_adw_leaflet_page_set_navigatable; 1074 1075 // adw.PreferencesGroup 1076 1077 GType function() c_adw_preferences_group_get_type; 1078 GtkWidget* function() c_adw_preferences_group_new; 1079 void function(AdwPreferencesGroup* self, GtkWidget* child) c_adw_preferences_group_add; 1080 const(char)* function(AdwPreferencesGroup* self) c_adw_preferences_group_get_description; 1081 GtkWidget* function(AdwPreferencesGroup* self) c_adw_preferences_group_get_header_suffix; 1082 const(char)* function(AdwPreferencesGroup* self) c_adw_preferences_group_get_title; 1083 void function(AdwPreferencesGroup* self, GtkWidget* child) c_adw_preferences_group_remove; 1084 void function(AdwPreferencesGroup* self, const(char)* description) c_adw_preferences_group_set_description; 1085 void function(AdwPreferencesGroup* self, GtkWidget* suffix) c_adw_preferences_group_set_header_suffix; 1086 void function(AdwPreferencesGroup* self, const(char)* title) c_adw_preferences_group_set_title; 1087 1088 // adw.PreferencesPage 1089 1090 GType function() c_adw_preferences_page_get_type; 1091 GtkWidget* function() c_adw_preferences_page_new; 1092 void function(AdwPreferencesPage* self, AdwPreferencesGroup* group) c_adw_preferences_page_add; 1093 const(char)* function(AdwPreferencesPage* self) c_adw_preferences_page_get_icon_name; 1094 const(char)* function(AdwPreferencesPage* self) c_adw_preferences_page_get_name; 1095 const(char)* function(AdwPreferencesPage* self) c_adw_preferences_page_get_title; 1096 int function(AdwPreferencesPage* self) c_adw_preferences_page_get_use_underline; 1097 void function(AdwPreferencesPage* self, AdwPreferencesGroup* group) c_adw_preferences_page_remove; 1098 void function(AdwPreferencesPage* self, const(char)* iconName) c_adw_preferences_page_set_icon_name; 1099 void function(AdwPreferencesPage* self, const(char)* name) c_adw_preferences_page_set_name; 1100 void function(AdwPreferencesPage* self, const(char)* title) c_adw_preferences_page_set_title; 1101 void function(AdwPreferencesPage* self, int useUnderline) c_adw_preferences_page_set_use_underline; 1102 1103 // adw.PreferencesRow 1104 1105 GType function() c_adw_preferences_row_get_type; 1106 GtkWidget* function() c_adw_preferences_row_new; 1107 const(char)* function(AdwPreferencesRow* self) c_adw_preferences_row_get_title; 1108 int function(AdwPreferencesRow* self) c_adw_preferences_row_get_title_selectable; 1109 int function(AdwPreferencesRow* self) c_adw_preferences_row_get_use_underline; 1110 void function(AdwPreferencesRow* self, const(char)* title) c_adw_preferences_row_set_title; 1111 void function(AdwPreferencesRow* self, int titleSelectable) c_adw_preferences_row_set_title_selectable; 1112 void function(AdwPreferencesRow* self, int useUnderline) c_adw_preferences_row_set_use_underline; 1113 1114 // adw.PreferencesWindow 1115 1116 GType function() c_adw_preferences_window_get_type; 1117 GtkWidget* function() c_adw_preferences_window_new; 1118 void function(AdwPreferencesWindow* self, AdwPreferencesPage* page) c_adw_preferences_window_add; 1119 void function(AdwPreferencesWindow* self, AdwToast* toast) c_adw_preferences_window_add_toast; 1120 void function(AdwPreferencesWindow* self) c_adw_preferences_window_close_subpage; 1121 int function(AdwPreferencesWindow* self) c_adw_preferences_window_get_can_navigate_back; 1122 int function(AdwPreferencesWindow* self) c_adw_preferences_window_get_search_enabled; 1123 AdwPreferencesPage* function(AdwPreferencesWindow* self) c_adw_preferences_window_get_visible_page; 1124 const(char)* function(AdwPreferencesWindow* self) c_adw_preferences_window_get_visible_page_name; 1125 void function(AdwPreferencesWindow* self, GtkWidget* subpage) c_adw_preferences_window_present_subpage; 1126 void function(AdwPreferencesWindow* self, AdwPreferencesPage* page) c_adw_preferences_window_remove; 1127 void function(AdwPreferencesWindow* self, int canNavigateBack) c_adw_preferences_window_set_can_navigate_back; 1128 void function(AdwPreferencesWindow* self, int searchEnabled) c_adw_preferences_window_set_search_enabled; 1129 void function(AdwPreferencesWindow* self, AdwPreferencesPage* page) c_adw_preferences_window_set_visible_page; 1130 void function(AdwPreferencesWindow* self, const(char)* name) c_adw_preferences_window_set_visible_page_name; 1131 1132 // adw.SplitButton 1133 1134 GType function() c_adw_split_button_get_type; 1135 GtkWidget* function() c_adw_split_button_new; 1136 GtkWidget* function(AdwSplitButton* self) c_adw_split_button_get_child; 1137 GtkArrowType function(AdwSplitButton* self) c_adw_split_button_get_direction; 1138 const(char)* function(AdwSplitButton* self) c_adw_split_button_get_icon_name; 1139 const(char)* function(AdwSplitButton* self) c_adw_split_button_get_label; 1140 GMenuModel* function(AdwSplitButton* self) c_adw_split_button_get_menu_model; 1141 GtkPopover* function(AdwSplitButton* self) c_adw_split_button_get_popover; 1142 int function(AdwSplitButton* self) c_adw_split_button_get_use_underline; 1143 void function(AdwSplitButton* self) c_adw_split_button_popdown; 1144 void function(AdwSplitButton* self) c_adw_split_button_popup; 1145 void function(AdwSplitButton* self, GtkWidget* child) c_adw_split_button_set_child; 1146 void function(AdwSplitButton* self, GtkArrowType direction) c_adw_split_button_set_direction; 1147 void function(AdwSplitButton* self, const(char)* iconName) c_adw_split_button_set_icon_name; 1148 void function(AdwSplitButton* self, const(char)* label) c_adw_split_button_set_label; 1149 void function(AdwSplitButton* self, GMenuModel* menuModel) c_adw_split_button_set_menu_model; 1150 void function(AdwSplitButton* self, GtkPopover* popover) c_adw_split_button_set_popover; 1151 void function(AdwSplitButton* self, int useUnderline) c_adw_split_button_set_use_underline; 1152 1153 // adw.SpringAnimation 1154 1155 GType function() c_adw_spring_animation_get_type; 1156 AdwAnimation* function(GtkWidget* widget, double from, double to, AdwSpringParams* springParams, AdwAnimationTarget* target) c_adw_spring_animation_new; 1157 int function(AdwSpringAnimation* self) c_adw_spring_animation_get_clamp; 1158 double function(AdwSpringAnimation* self) c_adw_spring_animation_get_epsilon; 1159 uint function(AdwSpringAnimation* self) c_adw_spring_animation_get_estimated_duration; 1160 double function(AdwSpringAnimation* self) c_adw_spring_animation_get_initial_velocity; 1161 AdwSpringParams* function(AdwSpringAnimation* self) c_adw_spring_animation_get_spring_params; 1162 double function(AdwSpringAnimation* self) c_adw_spring_animation_get_value_from; 1163 double function(AdwSpringAnimation* self) c_adw_spring_animation_get_value_to; 1164 double function(AdwSpringAnimation* self) c_adw_spring_animation_get_velocity; 1165 void function(AdwSpringAnimation* self, int clamp) c_adw_spring_animation_set_clamp; 1166 void function(AdwSpringAnimation* self, double epsilon) c_adw_spring_animation_set_epsilon; 1167 void function(AdwSpringAnimation* self, double velocity) c_adw_spring_animation_set_initial_velocity; 1168 void function(AdwSpringAnimation* self, AdwSpringParams* springParams) c_adw_spring_animation_set_spring_params; 1169 void function(AdwSpringAnimation* self, double value) c_adw_spring_animation_set_value_from; 1170 void function(AdwSpringAnimation* self, double value) c_adw_spring_animation_set_value_to; 1171 1172 // adw.SpringParams 1173 1174 GType function() c_adw_spring_params_get_type; 1175 AdwSpringParams* function(double dampingRatio, double mass, double stiffness) c_adw_spring_params_new; 1176 AdwSpringParams* function(double damping, double mass, double stiffness) c_adw_spring_params_new_full; 1177 double function(AdwSpringParams* self) c_adw_spring_params_get_damping; 1178 double function(AdwSpringParams* self) c_adw_spring_params_get_damping_ratio; 1179 double function(AdwSpringParams* self) c_adw_spring_params_get_mass; 1180 double function(AdwSpringParams* self) c_adw_spring_params_get_stiffness; 1181 AdwSpringParams* function(AdwSpringParams* self) c_adw_spring_params_ref; 1182 void function(AdwSpringParams* self) c_adw_spring_params_unref; 1183 1184 // adw.Squeezer 1185 1186 GType function() c_adw_squeezer_get_type; 1187 GtkWidget* function() c_adw_squeezer_new; 1188 AdwSqueezerPage* function(AdwSqueezer* self, GtkWidget* child) c_adw_squeezer_add; 1189 int function(AdwSqueezer* self) c_adw_squeezer_get_allow_none; 1190 int function(AdwSqueezer* self) c_adw_squeezer_get_homogeneous; 1191 int function(AdwSqueezer* self) c_adw_squeezer_get_interpolate_size; 1192 AdwSqueezerPage* function(AdwSqueezer* self, GtkWidget* child) c_adw_squeezer_get_page; 1193 GtkSelectionModel* function(AdwSqueezer* self) c_adw_squeezer_get_pages; 1194 AdwFoldThresholdPolicy function(AdwSqueezer* self) c_adw_squeezer_get_switch_threshold_policy; 1195 uint function(AdwSqueezer* self) c_adw_squeezer_get_transition_duration; 1196 int function(AdwSqueezer* self) c_adw_squeezer_get_transition_running; 1197 AdwSqueezerTransitionType function(AdwSqueezer* self) c_adw_squeezer_get_transition_type; 1198 GtkWidget* function(AdwSqueezer* self) c_adw_squeezer_get_visible_child; 1199 float function(AdwSqueezer* self) c_adw_squeezer_get_xalign; 1200 float function(AdwSqueezer* self) c_adw_squeezer_get_yalign; 1201 void function(AdwSqueezer* self, GtkWidget* child) c_adw_squeezer_remove; 1202 void function(AdwSqueezer* self, int allowNone) c_adw_squeezer_set_allow_none; 1203 void function(AdwSqueezer* self, int homogeneous) c_adw_squeezer_set_homogeneous; 1204 void function(AdwSqueezer* self, int interpolateSize) c_adw_squeezer_set_interpolate_size; 1205 void function(AdwSqueezer* self, AdwFoldThresholdPolicy policy) c_adw_squeezer_set_switch_threshold_policy; 1206 void function(AdwSqueezer* self, uint duration) c_adw_squeezer_set_transition_duration; 1207 void function(AdwSqueezer* self, AdwSqueezerTransitionType transition) c_adw_squeezer_set_transition_type; 1208 void function(AdwSqueezer* self, float xalign) c_adw_squeezer_set_xalign; 1209 void function(AdwSqueezer* self, float yalign) c_adw_squeezer_set_yalign; 1210 1211 // adw.SqueezerPage 1212 1213 GType function() c_adw_squeezer_page_get_type; 1214 GtkWidget* function(AdwSqueezerPage* self) c_adw_squeezer_page_get_child; 1215 int function(AdwSqueezerPage* self) c_adw_squeezer_page_get_enabled; 1216 void function(AdwSqueezerPage* self, int enabled) c_adw_squeezer_page_set_enabled; 1217 1218 // adw.StatusPage 1219 1220 GType function() c_adw_status_page_get_type; 1221 GtkWidget* function() c_adw_status_page_new; 1222 GtkWidget* function(AdwStatusPage* self) c_adw_status_page_get_child; 1223 const(char)* function(AdwStatusPage* self) c_adw_status_page_get_description; 1224 const(char)* function(AdwStatusPage* self) c_adw_status_page_get_icon_name; 1225 GdkPaintable* function(AdwStatusPage* self) c_adw_status_page_get_paintable; 1226 const(char)* function(AdwStatusPage* self) c_adw_status_page_get_title; 1227 void function(AdwStatusPage* self, GtkWidget* child) c_adw_status_page_set_child; 1228 void function(AdwStatusPage* self, const(char)* description) c_adw_status_page_set_description; 1229 void function(AdwStatusPage* self, const(char)* iconName) c_adw_status_page_set_icon_name; 1230 void function(AdwStatusPage* self, GdkPaintable* paintable) c_adw_status_page_set_paintable; 1231 void function(AdwStatusPage* self, const(char)* title) c_adw_status_page_set_title; 1232 1233 // adw.StyleManager 1234 1235 GType function() c_adw_style_manager_get_type; 1236 AdwStyleManager* function() c_adw_style_manager_get_default; 1237 AdwStyleManager* function(GdkDisplay* display) c_adw_style_manager_get_for_display; 1238 AdwColorScheme function(AdwStyleManager* self) c_adw_style_manager_get_color_scheme; 1239 int function(AdwStyleManager* self) c_adw_style_manager_get_dark; 1240 GdkDisplay* function(AdwStyleManager* self) c_adw_style_manager_get_display; 1241 int function(AdwStyleManager* self) c_adw_style_manager_get_high_contrast; 1242 int function(AdwStyleManager* self) c_adw_style_manager_get_system_supports_color_schemes; 1243 void function(AdwStyleManager* self, AdwColorScheme colorScheme) c_adw_style_manager_set_color_scheme; 1244 1245 // adw.SwipeTracker 1246 1247 GType function() c_adw_swipe_tracker_get_type; 1248 AdwSwipeTracker* function(AdwSwipeable* swipeable) c_adw_swipe_tracker_new; 1249 int function(AdwSwipeTracker* self) c_adw_swipe_tracker_get_allow_long_swipes; 1250 int function(AdwSwipeTracker* self) c_adw_swipe_tracker_get_allow_mouse_drag; 1251 int function(AdwSwipeTracker* self) c_adw_swipe_tracker_get_enabled; 1252 int function(AdwSwipeTracker* self) c_adw_swipe_tracker_get_reversed; 1253 AdwSwipeable* function(AdwSwipeTracker* self) c_adw_swipe_tracker_get_swipeable; 1254 void function(AdwSwipeTracker* self, int allowLongSwipes) c_adw_swipe_tracker_set_allow_long_swipes; 1255 void function(AdwSwipeTracker* self, int allowMouseDrag) c_adw_swipe_tracker_set_allow_mouse_drag; 1256 void function(AdwSwipeTracker* self, int enabled) c_adw_swipe_tracker_set_enabled; 1257 void function(AdwSwipeTracker* self, int reversed) c_adw_swipe_tracker_set_reversed; 1258 void function(AdwSwipeTracker* self, double delta) c_adw_swipe_tracker_shift_position; 1259 1260 // adw.Swipeable 1261 1262 GType function() c_adw_swipeable_get_type; 1263 double function(AdwSwipeable* self) c_adw_swipeable_get_cancel_progress; 1264 double function(AdwSwipeable* self) c_adw_swipeable_get_distance; 1265 double function(AdwSwipeable* self) c_adw_swipeable_get_progress; 1266 double* function(AdwSwipeable* self, int* nSnapPoints) c_adw_swipeable_get_snap_points; 1267 void function(AdwSwipeable* self, AdwNavigationDirection navigationDirection, int isDrag, GdkRectangle* rect) c_adw_swipeable_get_swipe_area; 1268 1269 // adw.TabBar 1270 1271 GType function() c_adw_tab_bar_get_type; 1272 AdwTabBar* function() c_adw_tab_bar_new; 1273 int function(AdwTabBar* self) c_adw_tab_bar_get_autohide; 1274 GtkWidget* function(AdwTabBar* self) c_adw_tab_bar_get_end_action_widget; 1275 int function(AdwTabBar* self) c_adw_tab_bar_get_expand_tabs; 1276 int function(AdwTabBar* self) c_adw_tab_bar_get_inverted; 1277 int function(AdwTabBar* self) c_adw_tab_bar_get_is_overflowing; 1278 GtkWidget* function(AdwTabBar* self) c_adw_tab_bar_get_start_action_widget; 1279 int function(AdwTabBar* self) c_adw_tab_bar_get_tabs_revealed; 1280 AdwTabView* function(AdwTabBar* self) c_adw_tab_bar_get_view; 1281 void function(AdwTabBar* self, int autohide) c_adw_tab_bar_set_autohide; 1282 void function(AdwTabBar* self, GtkWidget* widget) c_adw_tab_bar_set_end_action_widget; 1283 void function(AdwTabBar* self, int expandTabs) c_adw_tab_bar_set_expand_tabs; 1284 void function(AdwTabBar* self, int inverted) c_adw_tab_bar_set_inverted; 1285 void function(AdwTabBar* self, GtkWidget* widget) c_adw_tab_bar_set_start_action_widget; 1286 void function(AdwTabBar* self, AdwTabView* view) c_adw_tab_bar_set_view; 1287 void function(AdwTabBar* self, GdkDragAction actions, GType* types, size_t nTypes) c_adw_tab_bar_setup_extra_drop_target; 1288 1289 // adw.TabPage 1290 1291 GType function() c_adw_tab_page_get_type; 1292 GtkWidget* function(AdwTabPage* self) c_adw_tab_page_get_child; 1293 GIcon* function(AdwTabPage* self) c_adw_tab_page_get_icon; 1294 int function(AdwTabPage* self) c_adw_tab_page_get_indicator_activatable; 1295 GIcon* function(AdwTabPage* self) c_adw_tab_page_get_indicator_icon; 1296 int function(AdwTabPage* self) c_adw_tab_page_get_loading; 1297 int function(AdwTabPage* self) c_adw_tab_page_get_needs_attention; 1298 AdwTabPage* function(AdwTabPage* self) c_adw_tab_page_get_parent; 1299 int function(AdwTabPage* self) c_adw_tab_page_get_pinned; 1300 int function(AdwTabPage* self) c_adw_tab_page_get_selected; 1301 const(char)* function(AdwTabPage* self) c_adw_tab_page_get_title; 1302 const(char)* function(AdwTabPage* self) c_adw_tab_page_get_tooltip; 1303 void function(AdwTabPage* self, GIcon* icon) c_adw_tab_page_set_icon; 1304 void function(AdwTabPage* self, int activatable) c_adw_tab_page_set_indicator_activatable; 1305 void function(AdwTabPage* self, GIcon* indicatorIcon) c_adw_tab_page_set_indicator_icon; 1306 void function(AdwTabPage* self, int loading) c_adw_tab_page_set_loading; 1307 void function(AdwTabPage* self, int needsAttention) c_adw_tab_page_set_needs_attention; 1308 void function(AdwTabPage* self, const(char)* title) c_adw_tab_page_set_title; 1309 void function(AdwTabPage* self, const(char)* tooltip) c_adw_tab_page_set_tooltip; 1310 1311 // adw.TabView 1312 1313 GType function() c_adw_tab_view_get_type; 1314 AdwTabView* function() c_adw_tab_view_new; 1315 AdwTabPage* function(AdwTabView* self, GtkWidget* child, AdwTabPage* parent) c_adw_tab_view_add_page; 1316 AdwTabPage* function(AdwTabView* self, GtkWidget* child) c_adw_tab_view_append; 1317 AdwTabPage* function(AdwTabView* self, GtkWidget* child) c_adw_tab_view_append_pinned; 1318 void function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_close_other_pages; 1319 void function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_close_page; 1320 void function(AdwTabView* self, AdwTabPage* page, int confirm) c_adw_tab_view_close_page_finish; 1321 void function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_close_pages_after; 1322 void function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_close_pages_before; 1323 GIcon* function(AdwTabView* self) c_adw_tab_view_get_default_icon; 1324 int function(AdwTabView* self) c_adw_tab_view_get_is_transferring_page; 1325 GMenuModel* function(AdwTabView* self) c_adw_tab_view_get_menu_model; 1326 int function(AdwTabView* self) c_adw_tab_view_get_n_pages; 1327 int function(AdwTabView* self) c_adw_tab_view_get_n_pinned_pages; 1328 AdwTabPage* function(AdwTabView* self, int position) c_adw_tab_view_get_nth_page; 1329 AdwTabPage* function(AdwTabView* self, GtkWidget* child) c_adw_tab_view_get_page; 1330 int function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_get_page_position; 1331 GtkSelectionModel* function(AdwTabView* self) c_adw_tab_view_get_pages; 1332 AdwTabPage* function(AdwTabView* self) c_adw_tab_view_get_selected_page; 1333 AdwTabPage* function(AdwTabView* self, GtkWidget* child, int position) c_adw_tab_view_insert; 1334 AdwTabPage* function(AdwTabView* self, GtkWidget* child, int position) c_adw_tab_view_insert_pinned; 1335 AdwTabPage* function(AdwTabView* self, GtkWidget* child) c_adw_tab_view_prepend; 1336 AdwTabPage* function(AdwTabView* self, GtkWidget* child) c_adw_tab_view_prepend_pinned; 1337 int function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_reorder_backward; 1338 int function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_reorder_first; 1339 int function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_reorder_forward; 1340 int function(AdwTabView* self, AdwTabPage* page) c_adw_tab_view_reorder_last; 1341 int function(AdwTabView* self, AdwTabPage* page, int position) c_adw_tab_view_reorder_page; 1342 int function(AdwTabView* self) c_adw_tab_view_select_next_page; 1343 int function(AdwTabView* self) c_adw_tab_view_select_previous_page; 1344 void function(AdwTabView* self, GIcon* defaultIcon) c_adw_tab_view_set_default_icon; 1345 void function(AdwTabView* self, GMenuModel* menuModel) c_adw_tab_view_set_menu_model; 1346 void function(AdwTabView* self, AdwTabPage* page, int pinned) c_adw_tab_view_set_page_pinned; 1347 void function(AdwTabView* self, AdwTabPage* selectedPage) c_adw_tab_view_set_selected_page; 1348 void function(AdwTabView* self, AdwTabPage* page, AdwTabView* otherView, int position) c_adw_tab_view_transfer_page; 1349 1350 // adw.TimedAnimation 1351 1352 GType function() c_adw_timed_animation_get_type; 1353 AdwAnimation* function(GtkWidget* widget, double from, double to, uint duration, AdwAnimationTarget* target) c_adw_timed_animation_new; 1354 int function(AdwTimedAnimation* self) c_adw_timed_animation_get_alternate; 1355 uint function(AdwTimedAnimation* self) c_adw_timed_animation_get_duration; 1356 AdwEasing function(AdwTimedAnimation* self) c_adw_timed_animation_get_easing; 1357 uint function(AdwTimedAnimation* self) c_adw_timed_animation_get_repeat_count; 1358 int function(AdwTimedAnimation* self) c_adw_timed_animation_get_reverse; 1359 double function(AdwTimedAnimation* self) c_adw_timed_animation_get_value_from; 1360 double function(AdwTimedAnimation* self) c_adw_timed_animation_get_value_to; 1361 void function(AdwTimedAnimation* self, int alternate) c_adw_timed_animation_set_alternate; 1362 void function(AdwTimedAnimation* self, uint duration) c_adw_timed_animation_set_duration; 1363 void function(AdwTimedAnimation* self, AdwEasing easing) c_adw_timed_animation_set_easing; 1364 void function(AdwTimedAnimation* self, uint repeatCount) c_adw_timed_animation_set_repeat_count; 1365 void function(AdwTimedAnimation* self, int reverse) c_adw_timed_animation_set_reverse; 1366 void function(AdwTimedAnimation* self, double value) c_adw_timed_animation_set_value_from; 1367 void function(AdwTimedAnimation* self, double value) c_adw_timed_animation_set_value_to; 1368 1369 // adw.Toast 1370 1371 GType function() c_adw_toast_get_type; 1372 AdwToast* function(const(char)* title) c_adw_toast_new; 1373 void function(AdwToast* self) c_adw_toast_dismiss; 1374 const(char)* function(AdwToast* self) c_adw_toast_get_action_name; 1375 GVariant* function(AdwToast* self) c_adw_toast_get_action_target_value; 1376 const(char)* function(AdwToast* self) c_adw_toast_get_button_label; 1377 AdwToastPriority function(AdwToast* self) c_adw_toast_get_priority; 1378 uint function(AdwToast* self) c_adw_toast_get_timeout; 1379 const(char)* function(AdwToast* self) c_adw_toast_get_title; 1380 void function(AdwToast* self, const(char)* actionName) c_adw_toast_set_action_name; 1381 void function(AdwToast* self, const(char)* formatString, ... ) c_adw_toast_set_action_target; 1382 void function(AdwToast* self, GVariant* actionTarget) c_adw_toast_set_action_target_value; 1383 void function(AdwToast* self, const(char)* buttonLabel) c_adw_toast_set_button_label; 1384 void function(AdwToast* self, const(char)* detailedActionName) c_adw_toast_set_detailed_action_name; 1385 void function(AdwToast* self, AdwToastPriority priority) c_adw_toast_set_priority; 1386 void function(AdwToast* self, uint timeout) c_adw_toast_set_timeout; 1387 void function(AdwToast* self, const(char)* title) c_adw_toast_set_title; 1388 1389 // adw.ToastOverlay 1390 1391 GType function() c_adw_toast_overlay_get_type; 1392 GtkWidget* function() c_adw_toast_overlay_new; 1393 void function(AdwToastOverlay* self, AdwToast* toast) c_adw_toast_overlay_add_toast; 1394 GtkWidget* function(AdwToastOverlay* self) c_adw_toast_overlay_get_child; 1395 void function(AdwToastOverlay* self, GtkWidget* child) c_adw_toast_overlay_set_child; 1396 1397 // adw.ViewStack 1398 1399 GType function() c_adw_view_stack_get_type; 1400 GtkWidget* function() c_adw_view_stack_new; 1401 AdwViewStackPage* function(AdwViewStack* self, GtkWidget* child) c_adw_view_stack_add; 1402 AdwViewStackPage* function(AdwViewStack* self, GtkWidget* child, const(char)* name) c_adw_view_stack_add_named; 1403 AdwViewStackPage* function(AdwViewStack* self, GtkWidget* child, const(char)* name, const(char)* title) c_adw_view_stack_add_titled; 1404 GtkWidget* function(AdwViewStack* self, const(char)* name) c_adw_view_stack_get_child_by_name; 1405 int function(AdwViewStack* self) c_adw_view_stack_get_hhomogeneous; 1406 AdwViewStackPage* function(AdwViewStack* self, GtkWidget* child) c_adw_view_stack_get_page; 1407 GtkSelectionModel* function(AdwViewStack* self) c_adw_view_stack_get_pages; 1408 int function(AdwViewStack* self) c_adw_view_stack_get_vhomogeneous; 1409 GtkWidget* function(AdwViewStack* self) c_adw_view_stack_get_visible_child; 1410 const(char)* function(AdwViewStack* self) c_adw_view_stack_get_visible_child_name; 1411 void function(AdwViewStack* self, GtkWidget* child) c_adw_view_stack_remove; 1412 void function(AdwViewStack* self, int hhomogeneous) c_adw_view_stack_set_hhomogeneous; 1413 void function(AdwViewStack* self, int vhomogeneous) c_adw_view_stack_set_vhomogeneous; 1414 void function(AdwViewStack* self, GtkWidget* child) c_adw_view_stack_set_visible_child; 1415 void function(AdwViewStack* self, const(char)* name) c_adw_view_stack_set_visible_child_name; 1416 1417 // adw.ViewStackPage 1418 1419 GType function() c_adw_view_stack_page_get_type; 1420 uint function(AdwViewStackPage* self) c_adw_view_stack_page_get_badge_number; 1421 GtkWidget* function(AdwViewStackPage* self) c_adw_view_stack_page_get_child; 1422 const(char)* function(AdwViewStackPage* self) c_adw_view_stack_page_get_icon_name; 1423 const(char)* function(AdwViewStackPage* self) c_adw_view_stack_page_get_name; 1424 int function(AdwViewStackPage* self) c_adw_view_stack_page_get_needs_attention; 1425 const(char)* function(AdwViewStackPage* self) c_adw_view_stack_page_get_title; 1426 int function(AdwViewStackPage* self) c_adw_view_stack_page_get_use_underline; 1427 int function(AdwViewStackPage* self) c_adw_view_stack_page_get_visible; 1428 void function(AdwViewStackPage* self, uint badgeNumber) c_adw_view_stack_page_set_badge_number; 1429 void function(AdwViewStackPage* self, const(char)* iconName) c_adw_view_stack_page_set_icon_name; 1430 void function(AdwViewStackPage* self, const(char)* name) c_adw_view_stack_page_set_name; 1431 void function(AdwViewStackPage* self, int needsAttention) c_adw_view_stack_page_set_needs_attention; 1432 void function(AdwViewStackPage* self, const(char)* title) c_adw_view_stack_page_set_title; 1433 void function(AdwViewStackPage* self, int useUnderline) c_adw_view_stack_page_set_use_underline; 1434 void function(AdwViewStackPage* self, int visible) c_adw_view_stack_page_set_visible; 1435 1436 // adw.ViewSwitcher 1437 1438 GType function() c_adw_view_switcher_get_type; 1439 GtkWidget* function() c_adw_view_switcher_new; 1440 AdwViewSwitcherPolicy function(AdwViewSwitcher* self) c_adw_view_switcher_get_policy; 1441 AdwViewStack* function(AdwViewSwitcher* self) c_adw_view_switcher_get_stack; 1442 void function(AdwViewSwitcher* self, AdwViewSwitcherPolicy policy) c_adw_view_switcher_set_policy; 1443 void function(AdwViewSwitcher* self, AdwViewStack* stack) c_adw_view_switcher_set_stack; 1444 1445 // adw.ViewSwitcherBar 1446 1447 GType function() c_adw_view_switcher_bar_get_type; 1448 GtkWidget* function() c_adw_view_switcher_bar_new; 1449 int function(AdwViewSwitcherBar* self) c_adw_view_switcher_bar_get_reveal; 1450 AdwViewStack* function(AdwViewSwitcherBar* self) c_adw_view_switcher_bar_get_stack; 1451 void function(AdwViewSwitcherBar* self, int reveal) c_adw_view_switcher_bar_set_reveal; 1452 void function(AdwViewSwitcherBar* self, AdwViewStack* stack) c_adw_view_switcher_bar_set_stack; 1453 1454 // adw.ViewSwitcherTitle 1455 1456 GType function() c_adw_view_switcher_title_get_type; 1457 GtkWidget* function() c_adw_view_switcher_title_new; 1458 AdwViewStack* function(AdwViewSwitcherTitle* self) c_adw_view_switcher_title_get_stack; 1459 const(char)* function(AdwViewSwitcherTitle* self) c_adw_view_switcher_title_get_subtitle; 1460 const(char)* function(AdwViewSwitcherTitle* self) c_adw_view_switcher_title_get_title; 1461 int function(AdwViewSwitcherTitle* self) c_adw_view_switcher_title_get_title_visible; 1462 int function(AdwViewSwitcherTitle* self) c_adw_view_switcher_title_get_view_switcher_enabled; 1463 void function(AdwViewSwitcherTitle* self, AdwViewStack* stack) c_adw_view_switcher_title_set_stack; 1464 void function(AdwViewSwitcherTitle* self, const(char)* subtitle) c_adw_view_switcher_title_set_subtitle; 1465 void function(AdwViewSwitcherTitle* self, const(char)* title) c_adw_view_switcher_title_set_title; 1466 void function(AdwViewSwitcherTitle* self, int enabled) c_adw_view_switcher_title_set_view_switcher_enabled; 1467 1468 // adw.Window 1469 1470 GType function() c_adw_window_get_type; 1471 GtkWidget* function() c_adw_window_new; 1472 GtkWidget* function(AdwWindow* self) c_adw_window_get_content; 1473 void function(AdwWindow* self, GtkWidget* content) c_adw_window_set_content; 1474 1475 // adw.WindowTitle 1476 1477 GType function() c_adw_window_title_get_type; 1478 GtkWidget* function(const(char)* title, const(char)* subtitle) c_adw_window_title_new; 1479 const(char)* function(AdwWindowTitle* self) c_adw_window_title_get_subtitle; 1480 const(char)* function(AdwWindowTitle* self) c_adw_window_title_get_title; 1481 void function(AdwWindowTitle* self, const(char)* subtitle) c_adw_window_title_set_subtitle; 1482 void function(AdwWindowTitle* self, const(char)* title) c_adw_window_title_set_title; 1483 } 1484 1485 1486 // adw.ActionRow 1487 1488 alias c_adw_action_row_get_type adw_action_row_get_type; 1489 alias c_adw_action_row_new adw_action_row_new; 1490 alias c_adw_action_row_activate adw_action_row_activate; 1491 alias c_adw_action_row_add_prefix adw_action_row_add_prefix; 1492 alias c_adw_action_row_add_suffix adw_action_row_add_suffix; 1493 alias c_adw_action_row_get_activatable_widget adw_action_row_get_activatable_widget; 1494 alias c_adw_action_row_get_icon_name adw_action_row_get_icon_name; 1495 alias c_adw_action_row_get_subtitle adw_action_row_get_subtitle; 1496 alias c_adw_action_row_get_subtitle_lines adw_action_row_get_subtitle_lines; 1497 alias c_adw_action_row_get_title_lines adw_action_row_get_title_lines; 1498 alias c_adw_action_row_remove adw_action_row_remove; 1499 alias c_adw_action_row_set_activatable_widget adw_action_row_set_activatable_widget; 1500 alias c_adw_action_row_set_icon_name adw_action_row_set_icon_name; 1501 alias c_adw_action_row_set_subtitle adw_action_row_set_subtitle; 1502 alias c_adw_action_row_set_subtitle_lines adw_action_row_set_subtitle_lines; 1503 alias c_adw_action_row_set_title_lines adw_action_row_set_title_lines; 1504 1505 // adw.Animation 1506 1507 alias c_adw_animation_get_type adw_animation_get_type; 1508 alias c_adw_animation_get_state adw_animation_get_state; 1509 alias c_adw_animation_get_target adw_animation_get_target; 1510 alias c_adw_animation_get_value adw_animation_get_value; 1511 alias c_adw_animation_get_widget adw_animation_get_widget; 1512 alias c_adw_animation_pause adw_animation_pause; 1513 alias c_adw_animation_play adw_animation_play; 1514 alias c_adw_animation_reset adw_animation_reset; 1515 alias c_adw_animation_resume adw_animation_resume; 1516 alias c_adw_animation_skip adw_animation_skip; 1517 1518 // adw.AnimationTarget 1519 1520 alias c_adw_animation_target_get_type adw_animation_target_get_type; 1521 1522 // adw.Application 1523 1524 alias c_adw_application_get_type adw_application_get_type; 1525 alias c_adw_application_new adw_application_new; 1526 alias c_adw_application_get_style_manager adw_application_get_style_manager; 1527 1528 // adw.ApplicationWindow 1529 1530 alias c_adw_application_window_get_type adw_application_window_get_type; 1531 alias c_adw_application_window_new adw_application_window_new; 1532 alias c_adw_application_window_get_content adw_application_window_get_content; 1533 alias c_adw_application_window_set_content adw_application_window_set_content; 1534 1535 // adw.Avatar 1536 1537 alias c_adw_avatar_get_type adw_avatar_get_type; 1538 alias c_adw_avatar_new adw_avatar_new; 1539 alias c_adw_avatar_draw_to_texture adw_avatar_draw_to_texture; 1540 alias c_adw_avatar_get_custom_image adw_avatar_get_custom_image; 1541 alias c_adw_avatar_get_icon_name adw_avatar_get_icon_name; 1542 alias c_adw_avatar_get_show_initials adw_avatar_get_show_initials; 1543 alias c_adw_avatar_get_size adw_avatar_get_size; 1544 alias c_adw_avatar_get_text adw_avatar_get_text; 1545 alias c_adw_avatar_set_custom_image adw_avatar_set_custom_image; 1546 alias c_adw_avatar_set_icon_name adw_avatar_set_icon_name; 1547 alias c_adw_avatar_set_show_initials adw_avatar_set_show_initials; 1548 alias c_adw_avatar_set_size adw_avatar_set_size; 1549 alias c_adw_avatar_set_text adw_avatar_set_text; 1550 1551 // adw.Bin 1552 1553 alias c_adw_bin_get_type adw_bin_get_type; 1554 alias c_adw_bin_new adw_bin_new; 1555 alias c_adw_bin_get_child adw_bin_get_child; 1556 alias c_adw_bin_set_child adw_bin_set_child; 1557 1558 // adw.ButtonContent 1559 1560 alias c_adw_button_content_get_type adw_button_content_get_type; 1561 alias c_adw_button_content_new adw_button_content_new; 1562 alias c_adw_button_content_get_icon_name adw_button_content_get_icon_name; 1563 alias c_adw_button_content_get_label adw_button_content_get_label; 1564 alias c_adw_button_content_get_use_underline adw_button_content_get_use_underline; 1565 alias c_adw_button_content_set_icon_name adw_button_content_set_icon_name; 1566 alias c_adw_button_content_set_label adw_button_content_set_label; 1567 alias c_adw_button_content_set_use_underline adw_button_content_set_use_underline; 1568 1569 // adw.CallbackAnimationTarget 1570 1571 alias c_adw_callback_animation_target_get_type adw_callback_animation_target_get_type; 1572 alias c_adw_callback_animation_target_new adw_callback_animation_target_new; 1573 1574 // adw.Carousel 1575 1576 alias c_adw_carousel_get_type adw_carousel_get_type; 1577 alias c_adw_carousel_new adw_carousel_new; 1578 alias c_adw_carousel_append adw_carousel_append; 1579 alias c_adw_carousel_get_allow_long_swipes adw_carousel_get_allow_long_swipes; 1580 alias c_adw_carousel_get_allow_mouse_drag adw_carousel_get_allow_mouse_drag; 1581 alias c_adw_carousel_get_allow_scroll_wheel adw_carousel_get_allow_scroll_wheel; 1582 alias c_adw_carousel_get_interactive adw_carousel_get_interactive; 1583 alias c_adw_carousel_get_n_pages adw_carousel_get_n_pages; 1584 alias c_adw_carousel_get_nth_page adw_carousel_get_nth_page; 1585 alias c_adw_carousel_get_position adw_carousel_get_position; 1586 alias c_adw_carousel_get_reveal_duration adw_carousel_get_reveal_duration; 1587 alias c_adw_carousel_get_scroll_params adw_carousel_get_scroll_params; 1588 alias c_adw_carousel_get_spacing adw_carousel_get_spacing; 1589 alias c_adw_carousel_insert adw_carousel_insert; 1590 alias c_adw_carousel_prepend adw_carousel_prepend; 1591 alias c_adw_carousel_remove adw_carousel_remove; 1592 alias c_adw_carousel_reorder adw_carousel_reorder; 1593 alias c_adw_carousel_scroll_to adw_carousel_scroll_to; 1594 alias c_adw_carousel_set_allow_long_swipes adw_carousel_set_allow_long_swipes; 1595 alias c_adw_carousel_set_allow_mouse_drag adw_carousel_set_allow_mouse_drag; 1596 alias c_adw_carousel_set_allow_scroll_wheel adw_carousel_set_allow_scroll_wheel; 1597 alias c_adw_carousel_set_interactive adw_carousel_set_interactive; 1598 alias c_adw_carousel_set_reveal_duration adw_carousel_set_reveal_duration; 1599 alias c_adw_carousel_set_scroll_params adw_carousel_set_scroll_params; 1600 alias c_adw_carousel_set_spacing adw_carousel_set_spacing; 1601 1602 // adw.CarouselIndicatorDots 1603 1604 alias c_adw_carousel_indicator_dots_get_type adw_carousel_indicator_dots_get_type; 1605 alias c_adw_carousel_indicator_dots_new adw_carousel_indicator_dots_new; 1606 alias c_adw_carousel_indicator_dots_get_carousel adw_carousel_indicator_dots_get_carousel; 1607 alias c_adw_carousel_indicator_dots_set_carousel adw_carousel_indicator_dots_set_carousel; 1608 1609 // adw.CarouselIndicatorLines 1610 1611 alias c_adw_carousel_indicator_lines_get_type adw_carousel_indicator_lines_get_type; 1612 alias c_adw_carousel_indicator_lines_new adw_carousel_indicator_lines_new; 1613 alias c_adw_carousel_indicator_lines_get_carousel adw_carousel_indicator_lines_get_carousel; 1614 alias c_adw_carousel_indicator_lines_set_carousel adw_carousel_indicator_lines_set_carousel; 1615 1616 // adw.Clamp 1617 1618 alias c_adw_clamp_get_type adw_clamp_get_type; 1619 alias c_adw_clamp_new adw_clamp_new; 1620 alias c_adw_clamp_get_child adw_clamp_get_child; 1621 alias c_adw_clamp_get_maximum_size adw_clamp_get_maximum_size; 1622 alias c_adw_clamp_get_tightening_threshold adw_clamp_get_tightening_threshold; 1623 alias c_adw_clamp_set_child adw_clamp_set_child; 1624 alias c_adw_clamp_set_maximum_size adw_clamp_set_maximum_size; 1625 alias c_adw_clamp_set_tightening_threshold adw_clamp_set_tightening_threshold; 1626 1627 // adw.ClampLayout 1628 1629 alias c_adw_clamp_layout_get_type adw_clamp_layout_get_type; 1630 alias c_adw_clamp_layout_new adw_clamp_layout_new; 1631 alias c_adw_clamp_layout_get_maximum_size adw_clamp_layout_get_maximum_size; 1632 alias c_adw_clamp_layout_get_tightening_threshold adw_clamp_layout_get_tightening_threshold; 1633 alias c_adw_clamp_layout_set_maximum_size adw_clamp_layout_set_maximum_size; 1634 alias c_adw_clamp_layout_set_tightening_threshold adw_clamp_layout_set_tightening_threshold; 1635 1636 // adw.ClampScrollable 1637 1638 alias c_adw_clamp_scrollable_get_type adw_clamp_scrollable_get_type; 1639 alias c_adw_clamp_scrollable_new adw_clamp_scrollable_new; 1640 alias c_adw_clamp_scrollable_get_child adw_clamp_scrollable_get_child; 1641 alias c_adw_clamp_scrollable_get_maximum_size adw_clamp_scrollable_get_maximum_size; 1642 alias c_adw_clamp_scrollable_get_tightening_threshold adw_clamp_scrollable_get_tightening_threshold; 1643 alias c_adw_clamp_scrollable_set_child adw_clamp_scrollable_set_child; 1644 alias c_adw_clamp_scrollable_set_maximum_size adw_clamp_scrollable_set_maximum_size; 1645 alias c_adw_clamp_scrollable_set_tightening_threshold adw_clamp_scrollable_set_tightening_threshold; 1646 1647 // adw.ComboRow 1648 1649 alias c_adw_combo_row_get_type adw_combo_row_get_type; 1650 alias c_adw_combo_row_new adw_combo_row_new; 1651 alias c_adw_combo_row_get_expression adw_combo_row_get_expression; 1652 alias c_adw_combo_row_get_factory adw_combo_row_get_factory; 1653 alias c_adw_combo_row_get_list_factory adw_combo_row_get_list_factory; 1654 alias c_adw_combo_row_get_model adw_combo_row_get_model; 1655 alias c_adw_combo_row_get_selected adw_combo_row_get_selected; 1656 alias c_adw_combo_row_get_selected_item adw_combo_row_get_selected_item; 1657 alias c_adw_combo_row_get_use_subtitle adw_combo_row_get_use_subtitle; 1658 alias c_adw_combo_row_set_expression adw_combo_row_set_expression; 1659 alias c_adw_combo_row_set_factory adw_combo_row_set_factory; 1660 alias c_adw_combo_row_set_list_factory adw_combo_row_set_list_factory; 1661 alias c_adw_combo_row_set_model adw_combo_row_set_model; 1662 alias c_adw_combo_row_set_selected adw_combo_row_set_selected; 1663 alias c_adw_combo_row_set_use_subtitle adw_combo_row_set_use_subtitle; 1664 1665 // adw.EnumListItem 1666 1667 alias c_adw_enum_list_item_get_type adw_enum_list_item_get_type; 1668 alias c_adw_enum_list_item_get_name adw_enum_list_item_get_name; 1669 alias c_adw_enum_list_item_get_nick adw_enum_list_item_get_nick; 1670 alias c_adw_enum_list_item_get_value adw_enum_list_item_get_value; 1671 1672 // adw.EnumListModel 1673 1674 alias c_adw_enum_list_model_get_type adw_enum_list_model_get_type; 1675 alias c_adw_enum_list_model_new adw_enum_list_model_new; 1676 alias c_adw_enum_list_model_find_position adw_enum_list_model_find_position; 1677 alias c_adw_enum_list_model_get_enum_type adw_enum_list_model_get_enum_type; 1678 1679 // adw.ExpanderRow 1680 1681 alias c_adw_expander_row_get_type adw_expander_row_get_type; 1682 alias c_adw_expander_row_new adw_expander_row_new; 1683 alias c_adw_expander_row_add_action adw_expander_row_add_action; 1684 alias c_adw_expander_row_add_prefix adw_expander_row_add_prefix; 1685 alias c_adw_expander_row_add_row adw_expander_row_add_row; 1686 alias c_adw_expander_row_get_enable_expansion adw_expander_row_get_enable_expansion; 1687 alias c_adw_expander_row_get_expanded adw_expander_row_get_expanded; 1688 alias c_adw_expander_row_get_icon_name adw_expander_row_get_icon_name; 1689 alias c_adw_expander_row_get_show_enable_switch adw_expander_row_get_show_enable_switch; 1690 alias c_adw_expander_row_get_subtitle adw_expander_row_get_subtitle; 1691 alias c_adw_expander_row_remove adw_expander_row_remove; 1692 alias c_adw_expander_row_set_enable_expansion adw_expander_row_set_enable_expansion; 1693 alias c_adw_expander_row_set_expanded adw_expander_row_set_expanded; 1694 alias c_adw_expander_row_set_icon_name adw_expander_row_set_icon_name; 1695 alias c_adw_expander_row_set_show_enable_switch adw_expander_row_set_show_enable_switch; 1696 alias c_adw_expander_row_set_subtitle adw_expander_row_set_subtitle; 1697 1698 // adw.Flap 1699 1700 alias c_adw_flap_get_type adw_flap_get_type; 1701 alias c_adw_flap_new adw_flap_new; 1702 alias c_adw_flap_get_content adw_flap_get_content; 1703 alias c_adw_flap_get_flap adw_flap_get_flap; 1704 alias c_adw_flap_get_flap_position adw_flap_get_flap_position; 1705 alias c_adw_flap_get_fold_duration adw_flap_get_fold_duration; 1706 alias c_adw_flap_get_fold_policy adw_flap_get_fold_policy; 1707 alias c_adw_flap_get_fold_threshold_policy adw_flap_get_fold_threshold_policy; 1708 alias c_adw_flap_get_folded adw_flap_get_folded; 1709 alias c_adw_flap_get_locked adw_flap_get_locked; 1710 alias c_adw_flap_get_modal adw_flap_get_modal; 1711 alias c_adw_flap_get_reveal_flap adw_flap_get_reveal_flap; 1712 alias c_adw_flap_get_reveal_params adw_flap_get_reveal_params; 1713 alias c_adw_flap_get_reveal_progress adw_flap_get_reveal_progress; 1714 alias c_adw_flap_get_separator adw_flap_get_separator; 1715 alias c_adw_flap_get_swipe_to_close adw_flap_get_swipe_to_close; 1716 alias c_adw_flap_get_swipe_to_open adw_flap_get_swipe_to_open; 1717 alias c_adw_flap_get_transition_type adw_flap_get_transition_type; 1718 alias c_adw_flap_set_content adw_flap_set_content; 1719 alias c_adw_flap_set_flap adw_flap_set_flap; 1720 alias c_adw_flap_set_flap_position adw_flap_set_flap_position; 1721 alias c_adw_flap_set_fold_duration adw_flap_set_fold_duration; 1722 alias c_adw_flap_set_fold_policy adw_flap_set_fold_policy; 1723 alias c_adw_flap_set_fold_threshold_policy adw_flap_set_fold_threshold_policy; 1724 alias c_adw_flap_set_locked adw_flap_set_locked; 1725 alias c_adw_flap_set_modal adw_flap_set_modal; 1726 alias c_adw_flap_set_reveal_flap adw_flap_set_reveal_flap; 1727 alias c_adw_flap_set_reveal_params adw_flap_set_reveal_params; 1728 alias c_adw_flap_set_separator adw_flap_set_separator; 1729 alias c_adw_flap_set_swipe_to_close adw_flap_set_swipe_to_close; 1730 alias c_adw_flap_set_swipe_to_open adw_flap_set_swipe_to_open; 1731 alias c_adw_flap_set_transition_type adw_flap_set_transition_type; 1732 1733 // adw.HeaderBar 1734 1735 alias c_adw_header_bar_get_type adw_header_bar_get_type; 1736 alias c_adw_header_bar_new adw_header_bar_new; 1737 alias c_adw_header_bar_get_centering_policy adw_header_bar_get_centering_policy; 1738 alias c_adw_header_bar_get_decoration_layout adw_header_bar_get_decoration_layout; 1739 alias c_adw_header_bar_get_show_end_title_buttons adw_header_bar_get_show_end_title_buttons; 1740 alias c_adw_header_bar_get_show_start_title_buttons adw_header_bar_get_show_start_title_buttons; 1741 alias c_adw_header_bar_get_title_widget adw_header_bar_get_title_widget; 1742 alias c_adw_header_bar_pack_end adw_header_bar_pack_end; 1743 alias c_adw_header_bar_pack_start adw_header_bar_pack_start; 1744 alias c_adw_header_bar_remove adw_header_bar_remove; 1745 alias c_adw_header_bar_set_centering_policy adw_header_bar_set_centering_policy; 1746 alias c_adw_header_bar_set_decoration_layout adw_header_bar_set_decoration_layout; 1747 alias c_adw_header_bar_set_show_end_title_buttons adw_header_bar_set_show_end_title_buttons; 1748 alias c_adw_header_bar_set_show_start_title_buttons adw_header_bar_set_show_start_title_buttons; 1749 alias c_adw_header_bar_set_title_widget adw_header_bar_set_title_widget; 1750 1751 // adw.Leaflet 1752 1753 alias c_adw_leaflet_get_type adw_leaflet_get_type; 1754 alias c_adw_leaflet_new adw_leaflet_new; 1755 alias c_adw_leaflet_append adw_leaflet_append; 1756 alias c_adw_leaflet_get_adjacent_child adw_leaflet_get_adjacent_child; 1757 alias c_adw_leaflet_get_can_navigate_back adw_leaflet_get_can_navigate_back; 1758 alias c_adw_leaflet_get_can_navigate_forward adw_leaflet_get_can_navigate_forward; 1759 alias c_adw_leaflet_get_can_unfold adw_leaflet_get_can_unfold; 1760 alias c_adw_leaflet_get_child_by_name adw_leaflet_get_child_by_name; 1761 alias c_adw_leaflet_get_child_transition_params adw_leaflet_get_child_transition_params; 1762 alias c_adw_leaflet_get_child_transition_running adw_leaflet_get_child_transition_running; 1763 alias c_adw_leaflet_get_fold_threshold_policy adw_leaflet_get_fold_threshold_policy; 1764 alias c_adw_leaflet_get_folded adw_leaflet_get_folded; 1765 alias c_adw_leaflet_get_homogeneous adw_leaflet_get_homogeneous; 1766 alias c_adw_leaflet_get_mode_transition_duration adw_leaflet_get_mode_transition_duration; 1767 alias c_adw_leaflet_get_page adw_leaflet_get_page; 1768 alias c_adw_leaflet_get_pages adw_leaflet_get_pages; 1769 alias c_adw_leaflet_get_transition_type adw_leaflet_get_transition_type; 1770 alias c_adw_leaflet_get_visible_child adw_leaflet_get_visible_child; 1771 alias c_adw_leaflet_get_visible_child_name adw_leaflet_get_visible_child_name; 1772 alias c_adw_leaflet_insert_child_after adw_leaflet_insert_child_after; 1773 alias c_adw_leaflet_navigate adw_leaflet_navigate; 1774 alias c_adw_leaflet_prepend adw_leaflet_prepend; 1775 alias c_adw_leaflet_remove adw_leaflet_remove; 1776 alias c_adw_leaflet_reorder_child_after adw_leaflet_reorder_child_after; 1777 alias c_adw_leaflet_set_can_navigate_back adw_leaflet_set_can_navigate_back; 1778 alias c_adw_leaflet_set_can_navigate_forward adw_leaflet_set_can_navigate_forward; 1779 alias c_adw_leaflet_set_can_unfold adw_leaflet_set_can_unfold; 1780 alias c_adw_leaflet_set_child_transition_params adw_leaflet_set_child_transition_params; 1781 alias c_adw_leaflet_set_fold_threshold_policy adw_leaflet_set_fold_threshold_policy; 1782 alias c_adw_leaflet_set_homogeneous adw_leaflet_set_homogeneous; 1783 alias c_adw_leaflet_set_mode_transition_duration adw_leaflet_set_mode_transition_duration; 1784 alias c_adw_leaflet_set_transition_type adw_leaflet_set_transition_type; 1785 alias c_adw_leaflet_set_visible_child adw_leaflet_set_visible_child; 1786 alias c_adw_leaflet_set_visible_child_name adw_leaflet_set_visible_child_name; 1787 1788 // adw.LeafletPage 1789 1790 alias c_adw_leaflet_page_get_type adw_leaflet_page_get_type; 1791 alias c_adw_leaflet_page_get_child adw_leaflet_page_get_child; 1792 alias c_adw_leaflet_page_get_name adw_leaflet_page_get_name; 1793 alias c_adw_leaflet_page_get_navigatable adw_leaflet_page_get_navigatable; 1794 alias c_adw_leaflet_page_set_name adw_leaflet_page_set_name; 1795 alias c_adw_leaflet_page_set_navigatable adw_leaflet_page_set_navigatable; 1796 1797 // adw.PreferencesGroup 1798 1799 alias c_adw_preferences_group_get_type adw_preferences_group_get_type; 1800 alias c_adw_preferences_group_new adw_preferences_group_new; 1801 alias c_adw_preferences_group_add adw_preferences_group_add; 1802 alias c_adw_preferences_group_get_description adw_preferences_group_get_description; 1803 alias c_adw_preferences_group_get_header_suffix adw_preferences_group_get_header_suffix; 1804 alias c_adw_preferences_group_get_title adw_preferences_group_get_title; 1805 alias c_adw_preferences_group_remove adw_preferences_group_remove; 1806 alias c_adw_preferences_group_set_description adw_preferences_group_set_description; 1807 alias c_adw_preferences_group_set_header_suffix adw_preferences_group_set_header_suffix; 1808 alias c_adw_preferences_group_set_title adw_preferences_group_set_title; 1809 1810 // adw.PreferencesPage 1811 1812 alias c_adw_preferences_page_get_type adw_preferences_page_get_type; 1813 alias c_adw_preferences_page_new adw_preferences_page_new; 1814 alias c_adw_preferences_page_add adw_preferences_page_add; 1815 alias c_adw_preferences_page_get_icon_name adw_preferences_page_get_icon_name; 1816 alias c_adw_preferences_page_get_name adw_preferences_page_get_name; 1817 alias c_adw_preferences_page_get_title adw_preferences_page_get_title; 1818 alias c_adw_preferences_page_get_use_underline adw_preferences_page_get_use_underline; 1819 alias c_adw_preferences_page_remove adw_preferences_page_remove; 1820 alias c_adw_preferences_page_set_icon_name adw_preferences_page_set_icon_name; 1821 alias c_adw_preferences_page_set_name adw_preferences_page_set_name; 1822 alias c_adw_preferences_page_set_title adw_preferences_page_set_title; 1823 alias c_adw_preferences_page_set_use_underline adw_preferences_page_set_use_underline; 1824 1825 // adw.PreferencesRow 1826 1827 alias c_adw_preferences_row_get_type adw_preferences_row_get_type; 1828 alias c_adw_preferences_row_new adw_preferences_row_new; 1829 alias c_adw_preferences_row_get_title adw_preferences_row_get_title; 1830 alias c_adw_preferences_row_get_title_selectable adw_preferences_row_get_title_selectable; 1831 alias c_adw_preferences_row_get_use_underline adw_preferences_row_get_use_underline; 1832 alias c_adw_preferences_row_set_title adw_preferences_row_set_title; 1833 alias c_adw_preferences_row_set_title_selectable adw_preferences_row_set_title_selectable; 1834 alias c_adw_preferences_row_set_use_underline adw_preferences_row_set_use_underline; 1835 1836 // adw.PreferencesWindow 1837 1838 alias c_adw_preferences_window_get_type adw_preferences_window_get_type; 1839 alias c_adw_preferences_window_new adw_preferences_window_new; 1840 alias c_adw_preferences_window_add adw_preferences_window_add; 1841 alias c_adw_preferences_window_add_toast adw_preferences_window_add_toast; 1842 alias c_adw_preferences_window_close_subpage adw_preferences_window_close_subpage; 1843 alias c_adw_preferences_window_get_can_navigate_back adw_preferences_window_get_can_navigate_back; 1844 alias c_adw_preferences_window_get_search_enabled adw_preferences_window_get_search_enabled; 1845 alias c_adw_preferences_window_get_visible_page adw_preferences_window_get_visible_page; 1846 alias c_adw_preferences_window_get_visible_page_name adw_preferences_window_get_visible_page_name; 1847 alias c_adw_preferences_window_present_subpage adw_preferences_window_present_subpage; 1848 alias c_adw_preferences_window_remove adw_preferences_window_remove; 1849 alias c_adw_preferences_window_set_can_navigate_back adw_preferences_window_set_can_navigate_back; 1850 alias c_adw_preferences_window_set_search_enabled adw_preferences_window_set_search_enabled; 1851 alias c_adw_preferences_window_set_visible_page adw_preferences_window_set_visible_page; 1852 alias c_adw_preferences_window_set_visible_page_name adw_preferences_window_set_visible_page_name; 1853 1854 // adw.SplitButton 1855 1856 alias c_adw_split_button_get_type adw_split_button_get_type; 1857 alias c_adw_split_button_new adw_split_button_new; 1858 alias c_adw_split_button_get_child adw_split_button_get_child; 1859 alias c_adw_split_button_get_direction adw_split_button_get_direction; 1860 alias c_adw_split_button_get_icon_name adw_split_button_get_icon_name; 1861 alias c_adw_split_button_get_label adw_split_button_get_label; 1862 alias c_adw_split_button_get_menu_model adw_split_button_get_menu_model; 1863 alias c_adw_split_button_get_popover adw_split_button_get_popover; 1864 alias c_adw_split_button_get_use_underline adw_split_button_get_use_underline; 1865 alias c_adw_split_button_popdown adw_split_button_popdown; 1866 alias c_adw_split_button_popup adw_split_button_popup; 1867 alias c_adw_split_button_set_child adw_split_button_set_child; 1868 alias c_adw_split_button_set_direction adw_split_button_set_direction; 1869 alias c_adw_split_button_set_icon_name adw_split_button_set_icon_name; 1870 alias c_adw_split_button_set_label adw_split_button_set_label; 1871 alias c_adw_split_button_set_menu_model adw_split_button_set_menu_model; 1872 alias c_adw_split_button_set_popover adw_split_button_set_popover; 1873 alias c_adw_split_button_set_use_underline adw_split_button_set_use_underline; 1874 1875 // adw.SpringAnimation 1876 1877 alias c_adw_spring_animation_get_type adw_spring_animation_get_type; 1878 alias c_adw_spring_animation_new adw_spring_animation_new; 1879 alias c_adw_spring_animation_get_clamp adw_spring_animation_get_clamp; 1880 alias c_adw_spring_animation_get_epsilon adw_spring_animation_get_epsilon; 1881 alias c_adw_spring_animation_get_estimated_duration adw_spring_animation_get_estimated_duration; 1882 alias c_adw_spring_animation_get_initial_velocity adw_spring_animation_get_initial_velocity; 1883 alias c_adw_spring_animation_get_spring_params adw_spring_animation_get_spring_params; 1884 alias c_adw_spring_animation_get_value_from adw_spring_animation_get_value_from; 1885 alias c_adw_spring_animation_get_value_to adw_spring_animation_get_value_to; 1886 alias c_adw_spring_animation_get_velocity adw_spring_animation_get_velocity; 1887 alias c_adw_spring_animation_set_clamp adw_spring_animation_set_clamp; 1888 alias c_adw_spring_animation_set_epsilon adw_spring_animation_set_epsilon; 1889 alias c_adw_spring_animation_set_initial_velocity adw_spring_animation_set_initial_velocity; 1890 alias c_adw_spring_animation_set_spring_params adw_spring_animation_set_spring_params; 1891 alias c_adw_spring_animation_set_value_from adw_spring_animation_set_value_from; 1892 alias c_adw_spring_animation_set_value_to adw_spring_animation_set_value_to; 1893 1894 // adw.SpringParams 1895 1896 alias c_adw_spring_params_get_type adw_spring_params_get_type; 1897 alias c_adw_spring_params_new adw_spring_params_new; 1898 alias c_adw_spring_params_new_full adw_spring_params_new_full; 1899 alias c_adw_spring_params_get_damping adw_spring_params_get_damping; 1900 alias c_adw_spring_params_get_damping_ratio adw_spring_params_get_damping_ratio; 1901 alias c_adw_spring_params_get_mass adw_spring_params_get_mass; 1902 alias c_adw_spring_params_get_stiffness adw_spring_params_get_stiffness; 1903 alias c_adw_spring_params_ref adw_spring_params_ref; 1904 alias c_adw_spring_params_unref adw_spring_params_unref; 1905 1906 // adw.Squeezer 1907 1908 alias c_adw_squeezer_get_type adw_squeezer_get_type; 1909 alias c_adw_squeezer_new adw_squeezer_new; 1910 alias c_adw_squeezer_add adw_squeezer_add; 1911 alias c_adw_squeezer_get_allow_none adw_squeezer_get_allow_none; 1912 alias c_adw_squeezer_get_homogeneous adw_squeezer_get_homogeneous; 1913 alias c_adw_squeezer_get_interpolate_size adw_squeezer_get_interpolate_size; 1914 alias c_adw_squeezer_get_page adw_squeezer_get_page; 1915 alias c_adw_squeezer_get_pages adw_squeezer_get_pages; 1916 alias c_adw_squeezer_get_switch_threshold_policy adw_squeezer_get_switch_threshold_policy; 1917 alias c_adw_squeezer_get_transition_duration adw_squeezer_get_transition_duration; 1918 alias c_adw_squeezer_get_transition_running adw_squeezer_get_transition_running; 1919 alias c_adw_squeezer_get_transition_type adw_squeezer_get_transition_type; 1920 alias c_adw_squeezer_get_visible_child adw_squeezer_get_visible_child; 1921 alias c_adw_squeezer_get_xalign adw_squeezer_get_xalign; 1922 alias c_adw_squeezer_get_yalign adw_squeezer_get_yalign; 1923 alias c_adw_squeezer_remove adw_squeezer_remove; 1924 alias c_adw_squeezer_set_allow_none adw_squeezer_set_allow_none; 1925 alias c_adw_squeezer_set_homogeneous adw_squeezer_set_homogeneous; 1926 alias c_adw_squeezer_set_interpolate_size adw_squeezer_set_interpolate_size; 1927 alias c_adw_squeezer_set_switch_threshold_policy adw_squeezer_set_switch_threshold_policy; 1928 alias c_adw_squeezer_set_transition_duration adw_squeezer_set_transition_duration; 1929 alias c_adw_squeezer_set_transition_type adw_squeezer_set_transition_type; 1930 alias c_adw_squeezer_set_xalign adw_squeezer_set_xalign; 1931 alias c_adw_squeezer_set_yalign adw_squeezer_set_yalign; 1932 1933 // adw.SqueezerPage 1934 1935 alias c_adw_squeezer_page_get_type adw_squeezer_page_get_type; 1936 alias c_adw_squeezer_page_get_child adw_squeezer_page_get_child; 1937 alias c_adw_squeezer_page_get_enabled adw_squeezer_page_get_enabled; 1938 alias c_adw_squeezer_page_set_enabled adw_squeezer_page_set_enabled; 1939 1940 // adw.StatusPage 1941 1942 alias c_adw_status_page_get_type adw_status_page_get_type; 1943 alias c_adw_status_page_new adw_status_page_new; 1944 alias c_adw_status_page_get_child adw_status_page_get_child; 1945 alias c_adw_status_page_get_description adw_status_page_get_description; 1946 alias c_adw_status_page_get_icon_name adw_status_page_get_icon_name; 1947 alias c_adw_status_page_get_paintable adw_status_page_get_paintable; 1948 alias c_adw_status_page_get_title adw_status_page_get_title; 1949 alias c_adw_status_page_set_child adw_status_page_set_child; 1950 alias c_adw_status_page_set_description adw_status_page_set_description; 1951 alias c_adw_status_page_set_icon_name adw_status_page_set_icon_name; 1952 alias c_adw_status_page_set_paintable adw_status_page_set_paintable; 1953 alias c_adw_status_page_set_title adw_status_page_set_title; 1954 1955 // adw.StyleManager 1956 1957 alias c_adw_style_manager_get_type adw_style_manager_get_type; 1958 alias c_adw_style_manager_get_default adw_style_manager_get_default; 1959 alias c_adw_style_manager_get_for_display adw_style_manager_get_for_display; 1960 alias c_adw_style_manager_get_color_scheme adw_style_manager_get_color_scheme; 1961 alias c_adw_style_manager_get_dark adw_style_manager_get_dark; 1962 alias c_adw_style_manager_get_display adw_style_manager_get_display; 1963 alias c_adw_style_manager_get_high_contrast adw_style_manager_get_high_contrast; 1964 alias c_adw_style_manager_get_system_supports_color_schemes adw_style_manager_get_system_supports_color_schemes; 1965 alias c_adw_style_manager_set_color_scheme adw_style_manager_set_color_scheme; 1966 1967 // adw.SwipeTracker 1968 1969 alias c_adw_swipe_tracker_get_type adw_swipe_tracker_get_type; 1970 alias c_adw_swipe_tracker_new adw_swipe_tracker_new; 1971 alias c_adw_swipe_tracker_get_allow_long_swipes adw_swipe_tracker_get_allow_long_swipes; 1972 alias c_adw_swipe_tracker_get_allow_mouse_drag adw_swipe_tracker_get_allow_mouse_drag; 1973 alias c_adw_swipe_tracker_get_enabled adw_swipe_tracker_get_enabled; 1974 alias c_adw_swipe_tracker_get_reversed adw_swipe_tracker_get_reversed; 1975 alias c_adw_swipe_tracker_get_swipeable adw_swipe_tracker_get_swipeable; 1976 alias c_adw_swipe_tracker_set_allow_long_swipes adw_swipe_tracker_set_allow_long_swipes; 1977 alias c_adw_swipe_tracker_set_allow_mouse_drag adw_swipe_tracker_set_allow_mouse_drag; 1978 alias c_adw_swipe_tracker_set_enabled adw_swipe_tracker_set_enabled; 1979 alias c_adw_swipe_tracker_set_reversed adw_swipe_tracker_set_reversed; 1980 alias c_adw_swipe_tracker_shift_position adw_swipe_tracker_shift_position; 1981 1982 // adw.Swipeable 1983 1984 alias c_adw_swipeable_get_type adw_swipeable_get_type; 1985 alias c_adw_swipeable_get_cancel_progress adw_swipeable_get_cancel_progress; 1986 alias c_adw_swipeable_get_distance adw_swipeable_get_distance; 1987 alias c_adw_swipeable_get_progress adw_swipeable_get_progress; 1988 alias c_adw_swipeable_get_snap_points adw_swipeable_get_snap_points; 1989 alias c_adw_swipeable_get_swipe_area adw_swipeable_get_swipe_area; 1990 1991 // adw.TabBar 1992 1993 alias c_adw_tab_bar_get_type adw_tab_bar_get_type; 1994 alias c_adw_tab_bar_new adw_tab_bar_new; 1995 alias c_adw_tab_bar_get_autohide adw_tab_bar_get_autohide; 1996 alias c_adw_tab_bar_get_end_action_widget adw_tab_bar_get_end_action_widget; 1997 alias c_adw_tab_bar_get_expand_tabs adw_tab_bar_get_expand_tabs; 1998 alias c_adw_tab_bar_get_inverted adw_tab_bar_get_inverted; 1999 alias c_adw_tab_bar_get_is_overflowing adw_tab_bar_get_is_overflowing; 2000 alias c_adw_tab_bar_get_start_action_widget adw_tab_bar_get_start_action_widget; 2001 alias c_adw_tab_bar_get_tabs_revealed adw_tab_bar_get_tabs_revealed; 2002 alias c_adw_tab_bar_get_view adw_tab_bar_get_view; 2003 alias c_adw_tab_bar_set_autohide adw_tab_bar_set_autohide; 2004 alias c_adw_tab_bar_set_end_action_widget adw_tab_bar_set_end_action_widget; 2005 alias c_adw_tab_bar_set_expand_tabs adw_tab_bar_set_expand_tabs; 2006 alias c_adw_tab_bar_set_inverted adw_tab_bar_set_inverted; 2007 alias c_adw_tab_bar_set_start_action_widget adw_tab_bar_set_start_action_widget; 2008 alias c_adw_tab_bar_set_view adw_tab_bar_set_view; 2009 alias c_adw_tab_bar_setup_extra_drop_target adw_tab_bar_setup_extra_drop_target; 2010 2011 // adw.TabPage 2012 2013 alias c_adw_tab_page_get_type adw_tab_page_get_type; 2014 alias c_adw_tab_page_get_child adw_tab_page_get_child; 2015 alias c_adw_tab_page_get_icon adw_tab_page_get_icon; 2016 alias c_adw_tab_page_get_indicator_activatable adw_tab_page_get_indicator_activatable; 2017 alias c_adw_tab_page_get_indicator_icon adw_tab_page_get_indicator_icon; 2018 alias c_adw_tab_page_get_loading adw_tab_page_get_loading; 2019 alias c_adw_tab_page_get_needs_attention adw_tab_page_get_needs_attention; 2020 alias c_adw_tab_page_get_parent adw_tab_page_get_parent; 2021 alias c_adw_tab_page_get_pinned adw_tab_page_get_pinned; 2022 alias c_adw_tab_page_get_selected adw_tab_page_get_selected; 2023 alias c_adw_tab_page_get_title adw_tab_page_get_title; 2024 alias c_adw_tab_page_get_tooltip adw_tab_page_get_tooltip; 2025 alias c_adw_tab_page_set_icon adw_tab_page_set_icon; 2026 alias c_adw_tab_page_set_indicator_activatable adw_tab_page_set_indicator_activatable; 2027 alias c_adw_tab_page_set_indicator_icon adw_tab_page_set_indicator_icon; 2028 alias c_adw_tab_page_set_loading adw_tab_page_set_loading; 2029 alias c_adw_tab_page_set_needs_attention adw_tab_page_set_needs_attention; 2030 alias c_adw_tab_page_set_title adw_tab_page_set_title; 2031 alias c_adw_tab_page_set_tooltip adw_tab_page_set_tooltip; 2032 2033 // adw.TabView 2034 2035 alias c_adw_tab_view_get_type adw_tab_view_get_type; 2036 alias c_adw_tab_view_new adw_tab_view_new; 2037 alias c_adw_tab_view_add_page adw_tab_view_add_page; 2038 alias c_adw_tab_view_append adw_tab_view_append; 2039 alias c_adw_tab_view_append_pinned adw_tab_view_append_pinned; 2040 alias c_adw_tab_view_close_other_pages adw_tab_view_close_other_pages; 2041 alias c_adw_tab_view_close_page adw_tab_view_close_page; 2042 alias c_adw_tab_view_close_page_finish adw_tab_view_close_page_finish; 2043 alias c_adw_tab_view_close_pages_after adw_tab_view_close_pages_after; 2044 alias c_adw_tab_view_close_pages_before adw_tab_view_close_pages_before; 2045 alias c_adw_tab_view_get_default_icon adw_tab_view_get_default_icon; 2046 alias c_adw_tab_view_get_is_transferring_page adw_tab_view_get_is_transferring_page; 2047 alias c_adw_tab_view_get_menu_model adw_tab_view_get_menu_model; 2048 alias c_adw_tab_view_get_n_pages adw_tab_view_get_n_pages; 2049 alias c_adw_tab_view_get_n_pinned_pages adw_tab_view_get_n_pinned_pages; 2050 alias c_adw_tab_view_get_nth_page adw_tab_view_get_nth_page; 2051 alias c_adw_tab_view_get_page adw_tab_view_get_page; 2052 alias c_adw_tab_view_get_page_position adw_tab_view_get_page_position; 2053 alias c_adw_tab_view_get_pages adw_tab_view_get_pages; 2054 alias c_adw_tab_view_get_selected_page adw_tab_view_get_selected_page; 2055 alias c_adw_tab_view_insert adw_tab_view_insert; 2056 alias c_adw_tab_view_insert_pinned adw_tab_view_insert_pinned; 2057 alias c_adw_tab_view_prepend adw_tab_view_prepend; 2058 alias c_adw_tab_view_prepend_pinned adw_tab_view_prepend_pinned; 2059 alias c_adw_tab_view_reorder_backward adw_tab_view_reorder_backward; 2060 alias c_adw_tab_view_reorder_first adw_tab_view_reorder_first; 2061 alias c_adw_tab_view_reorder_forward adw_tab_view_reorder_forward; 2062 alias c_adw_tab_view_reorder_last adw_tab_view_reorder_last; 2063 alias c_adw_tab_view_reorder_page adw_tab_view_reorder_page; 2064 alias c_adw_tab_view_select_next_page adw_tab_view_select_next_page; 2065 alias c_adw_tab_view_select_previous_page adw_tab_view_select_previous_page; 2066 alias c_adw_tab_view_set_default_icon adw_tab_view_set_default_icon; 2067 alias c_adw_tab_view_set_menu_model adw_tab_view_set_menu_model; 2068 alias c_adw_tab_view_set_page_pinned adw_tab_view_set_page_pinned; 2069 alias c_adw_tab_view_set_selected_page adw_tab_view_set_selected_page; 2070 alias c_adw_tab_view_transfer_page adw_tab_view_transfer_page; 2071 2072 // adw.TimedAnimation 2073 2074 alias c_adw_timed_animation_get_type adw_timed_animation_get_type; 2075 alias c_adw_timed_animation_new adw_timed_animation_new; 2076 alias c_adw_timed_animation_get_alternate adw_timed_animation_get_alternate; 2077 alias c_adw_timed_animation_get_duration adw_timed_animation_get_duration; 2078 alias c_adw_timed_animation_get_easing adw_timed_animation_get_easing; 2079 alias c_adw_timed_animation_get_repeat_count adw_timed_animation_get_repeat_count; 2080 alias c_adw_timed_animation_get_reverse adw_timed_animation_get_reverse; 2081 alias c_adw_timed_animation_get_value_from adw_timed_animation_get_value_from; 2082 alias c_adw_timed_animation_get_value_to adw_timed_animation_get_value_to; 2083 alias c_adw_timed_animation_set_alternate adw_timed_animation_set_alternate; 2084 alias c_adw_timed_animation_set_duration adw_timed_animation_set_duration; 2085 alias c_adw_timed_animation_set_easing adw_timed_animation_set_easing; 2086 alias c_adw_timed_animation_set_repeat_count adw_timed_animation_set_repeat_count; 2087 alias c_adw_timed_animation_set_reverse adw_timed_animation_set_reverse; 2088 alias c_adw_timed_animation_set_value_from adw_timed_animation_set_value_from; 2089 alias c_adw_timed_animation_set_value_to adw_timed_animation_set_value_to; 2090 2091 // adw.Toast 2092 2093 alias c_adw_toast_get_type adw_toast_get_type; 2094 alias c_adw_toast_new adw_toast_new; 2095 alias c_adw_toast_dismiss adw_toast_dismiss; 2096 alias c_adw_toast_get_action_name adw_toast_get_action_name; 2097 alias c_adw_toast_get_action_target_value adw_toast_get_action_target_value; 2098 alias c_adw_toast_get_button_label adw_toast_get_button_label; 2099 alias c_adw_toast_get_priority adw_toast_get_priority; 2100 alias c_adw_toast_get_timeout adw_toast_get_timeout; 2101 alias c_adw_toast_get_title adw_toast_get_title; 2102 alias c_adw_toast_set_action_name adw_toast_set_action_name; 2103 alias c_adw_toast_set_action_target adw_toast_set_action_target; 2104 alias c_adw_toast_set_action_target_value adw_toast_set_action_target_value; 2105 alias c_adw_toast_set_button_label adw_toast_set_button_label; 2106 alias c_adw_toast_set_detailed_action_name adw_toast_set_detailed_action_name; 2107 alias c_adw_toast_set_priority adw_toast_set_priority; 2108 alias c_adw_toast_set_timeout adw_toast_set_timeout; 2109 alias c_adw_toast_set_title adw_toast_set_title; 2110 2111 // adw.ToastOverlay 2112 2113 alias c_adw_toast_overlay_get_type adw_toast_overlay_get_type; 2114 alias c_adw_toast_overlay_new adw_toast_overlay_new; 2115 alias c_adw_toast_overlay_add_toast adw_toast_overlay_add_toast; 2116 alias c_adw_toast_overlay_get_child adw_toast_overlay_get_child; 2117 alias c_adw_toast_overlay_set_child adw_toast_overlay_set_child; 2118 2119 // adw.ViewStack 2120 2121 alias c_adw_view_stack_get_type adw_view_stack_get_type; 2122 alias c_adw_view_stack_new adw_view_stack_new; 2123 alias c_adw_view_stack_add adw_view_stack_add; 2124 alias c_adw_view_stack_add_named adw_view_stack_add_named; 2125 alias c_adw_view_stack_add_titled adw_view_stack_add_titled; 2126 alias c_adw_view_stack_get_child_by_name adw_view_stack_get_child_by_name; 2127 alias c_adw_view_stack_get_hhomogeneous adw_view_stack_get_hhomogeneous; 2128 alias c_adw_view_stack_get_page adw_view_stack_get_page; 2129 alias c_adw_view_stack_get_pages adw_view_stack_get_pages; 2130 alias c_adw_view_stack_get_vhomogeneous adw_view_stack_get_vhomogeneous; 2131 alias c_adw_view_stack_get_visible_child adw_view_stack_get_visible_child; 2132 alias c_adw_view_stack_get_visible_child_name adw_view_stack_get_visible_child_name; 2133 alias c_adw_view_stack_remove adw_view_stack_remove; 2134 alias c_adw_view_stack_set_hhomogeneous adw_view_stack_set_hhomogeneous; 2135 alias c_adw_view_stack_set_vhomogeneous adw_view_stack_set_vhomogeneous; 2136 alias c_adw_view_stack_set_visible_child adw_view_stack_set_visible_child; 2137 alias c_adw_view_stack_set_visible_child_name adw_view_stack_set_visible_child_name; 2138 2139 // adw.ViewStackPage 2140 2141 alias c_adw_view_stack_page_get_type adw_view_stack_page_get_type; 2142 alias c_adw_view_stack_page_get_badge_number adw_view_stack_page_get_badge_number; 2143 alias c_adw_view_stack_page_get_child adw_view_stack_page_get_child; 2144 alias c_adw_view_stack_page_get_icon_name adw_view_stack_page_get_icon_name; 2145 alias c_adw_view_stack_page_get_name adw_view_stack_page_get_name; 2146 alias c_adw_view_stack_page_get_needs_attention adw_view_stack_page_get_needs_attention; 2147 alias c_adw_view_stack_page_get_title adw_view_stack_page_get_title; 2148 alias c_adw_view_stack_page_get_use_underline adw_view_stack_page_get_use_underline; 2149 alias c_adw_view_stack_page_get_visible adw_view_stack_page_get_visible; 2150 alias c_adw_view_stack_page_set_badge_number adw_view_stack_page_set_badge_number; 2151 alias c_adw_view_stack_page_set_icon_name adw_view_stack_page_set_icon_name; 2152 alias c_adw_view_stack_page_set_name adw_view_stack_page_set_name; 2153 alias c_adw_view_stack_page_set_needs_attention adw_view_stack_page_set_needs_attention; 2154 alias c_adw_view_stack_page_set_title adw_view_stack_page_set_title; 2155 alias c_adw_view_stack_page_set_use_underline adw_view_stack_page_set_use_underline; 2156 alias c_adw_view_stack_page_set_visible adw_view_stack_page_set_visible; 2157 2158 // adw.ViewSwitcher 2159 2160 alias c_adw_view_switcher_get_type adw_view_switcher_get_type; 2161 alias c_adw_view_switcher_new adw_view_switcher_new; 2162 alias c_adw_view_switcher_get_policy adw_view_switcher_get_policy; 2163 alias c_adw_view_switcher_get_stack adw_view_switcher_get_stack; 2164 alias c_adw_view_switcher_set_policy adw_view_switcher_set_policy; 2165 alias c_adw_view_switcher_set_stack adw_view_switcher_set_stack; 2166 2167 // adw.ViewSwitcherBar 2168 2169 alias c_adw_view_switcher_bar_get_type adw_view_switcher_bar_get_type; 2170 alias c_adw_view_switcher_bar_new adw_view_switcher_bar_new; 2171 alias c_adw_view_switcher_bar_get_reveal adw_view_switcher_bar_get_reveal; 2172 alias c_adw_view_switcher_bar_get_stack adw_view_switcher_bar_get_stack; 2173 alias c_adw_view_switcher_bar_set_reveal adw_view_switcher_bar_set_reveal; 2174 alias c_adw_view_switcher_bar_set_stack adw_view_switcher_bar_set_stack; 2175 2176 // adw.ViewSwitcherTitle 2177 2178 alias c_adw_view_switcher_title_get_type adw_view_switcher_title_get_type; 2179 alias c_adw_view_switcher_title_new adw_view_switcher_title_new; 2180 alias c_adw_view_switcher_title_get_stack adw_view_switcher_title_get_stack; 2181 alias c_adw_view_switcher_title_get_subtitle adw_view_switcher_title_get_subtitle; 2182 alias c_adw_view_switcher_title_get_title adw_view_switcher_title_get_title; 2183 alias c_adw_view_switcher_title_get_title_visible adw_view_switcher_title_get_title_visible; 2184 alias c_adw_view_switcher_title_get_view_switcher_enabled adw_view_switcher_title_get_view_switcher_enabled; 2185 alias c_adw_view_switcher_title_set_stack adw_view_switcher_title_set_stack; 2186 alias c_adw_view_switcher_title_set_subtitle adw_view_switcher_title_set_subtitle; 2187 alias c_adw_view_switcher_title_set_title adw_view_switcher_title_set_title; 2188 alias c_adw_view_switcher_title_set_view_switcher_enabled adw_view_switcher_title_set_view_switcher_enabled; 2189 2190 // adw.Window 2191 2192 alias c_adw_window_get_type adw_window_get_type; 2193 alias c_adw_window_new adw_window_new; 2194 alias c_adw_window_get_content adw_window_get_content; 2195 alias c_adw_window_set_content adw_window_set_content; 2196 2197 // adw.WindowTitle 2198 2199 alias c_adw_window_title_get_type adw_window_title_get_type; 2200 alias c_adw_window_title_new adw_window_title_new; 2201 alias c_adw_window_title_get_subtitle adw_window_title_get_subtitle; 2202 alias c_adw_window_title_get_title adw_window_title_get_title; 2203 alias c_adw_window_title_set_subtitle adw_window_title_set_subtitle; 2204 alias c_adw_window_title_set_title adw_window_title_set_title;